forked from qt-creator/qt-creator
debugger: fix color for changed items in locals and expressions view
Change-Id: I93905f8e97e2738590fecf41ac7294c2f6872335 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -4112,6 +4112,7 @@ void GdbEngine::handleDebuggingHelperSetup(const GdbResponse &response)
|
||||
|
||||
void GdbEngine::updateLocals()
|
||||
{
|
||||
watchHandler()->resetValueCache();
|
||||
if (hasPython())
|
||||
updateLocalsPython(UpdateParameters());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user