forked from qt-creator/qt-creator
Debugger: Fix Locals windows column width adjustment
Task-number: QTCREATORBUG-17756 Change-Id: I44f97386ab5018b60832f76f5856425bc55096d9 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1378,6 +1378,7 @@ void QmlEnginePrivate::handleEvaluateExpression(const QVariantMap &response,
|
||||
}
|
||||
insertSubItems(item, body.properties);
|
||||
watchHandler->insertItem(item);
|
||||
watchHandler->updateWatchersWindow();
|
||||
}
|
||||
|
||||
void QmlEnginePrivate::lookup(const LookupItems &items)
|
||||
|
||||
Reference in New Issue
Block a user