forked from qt-creator/qt-creator
Debugger: Fix tooltips
Fixes: QTCREATORBUG-19574 Fixes: QTCREATORBUG-23807 Change-Id: I61f997e69f4a747aff8c5e1044bb6d856494ae47 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1081,6 +1081,7 @@ void CdbEngine::doUpdateLocals(const UpdateParameters &updateParameters)
|
||||
showMessage(response.data["msg"].data(), LogError);
|
||||
}
|
||||
watchHandler()->notifyUpdateFinished();
|
||||
updateToolTips();
|
||||
};
|
||||
|
||||
runCommand(cmd);
|
||||
|
||||
Reference in New Issue
Block a user