forked from qt-creator/qt-creator
Debugger: Split Expressions view into dock of its own
Change-Id: Ie86a5bd72c3140219f925835a065d9f6a3ae0ea4 Task-number: QTCREATORBUG-19167 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1326,7 +1326,7 @@ void QmlEnginePrivate::handleEvaluateExpression(const QVariantMap &response,
|
||||
}
|
||||
insertSubItems(item, body.properties);
|
||||
watchHandler->insertItem(item);
|
||||
watchHandler->updateWatchersWindow();
|
||||
watchHandler->updateLocalsWindow();
|
||||
}
|
||||
|
||||
void QmlEnginePrivate::lookup(const LookupItems &items)
|
||||
|
||||
@@ -537,7 +537,7 @@ void QmlInspectorAgent::insertObjectInTree(const ObjectReference &object)
|
||||
m_qmlEngine->watchHandler()->setCurrentItem(iname);
|
||||
m_objectToSelect = WatchItem::InvalidId;
|
||||
}
|
||||
m_qmlEngine->watchHandler()->updateWatchersWindow();
|
||||
m_qmlEngine->watchHandler()->updateLocalsWindow();
|
||||
m_qmlEngine->watchHandler()->reexpandItems();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user