forked from qt-creator/qt-creator
debugger: fix recently introduced regression in gotoLocation
don't set the marker when clicking in the breakpoint view
This commit is contained in:
@@ -903,7 +903,7 @@ void BreakHandler::gotoLocation(BreakpointId id) const
|
||||
} else {
|
||||
if (engine)
|
||||
engine->gotoLocation(
|
||||
Location(it->markerFileName(), it->markerLineNumber()));
|
||||
Location(it->markerFileName(), it->markerLineNumber(), false));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user