forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.5'
Conflicts: doc/templates/style/style.css qtcreator.pri Change-Id: I5f4f5f191726883dae18cb760733a5e8e6bd4e7d
This commit is contained in:
@@ -1426,8 +1426,10 @@ bool BreakHandler::BreakpointItem::isLocatedAt
|
||||
|
||||
void BreakHandler::BreakpointItem::updateMarkerIcon()
|
||||
{
|
||||
marker->setIcon(icon());
|
||||
marker->updateMarker();
|
||||
if (marker) {
|
||||
marker->setIcon(icon());
|
||||
marker->updateMarker();
|
||||
}
|
||||
}
|
||||
|
||||
void BreakHandler::BreakpointItem::updateMarker(BreakpointModelId id)
|
||||
|
||||
Reference in New Issue
Block a user