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:
hjk
2017-02-21 08:13:38 +01:00
parent c99e48868a
commit d74afaa0ed

View File

@@ -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)