QmlDesigner: Update complete scene

This removes painting artefacts, since
the bounding rectangle also gets smaller when updated.

Change-Id: Ic184cadbd1dbda1952012b749eadfde0da57ef7f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2020-09-01 17:49:19 +02:00
parent 1b19ae28db
commit ca88afbe31

View File

@@ -702,6 +702,8 @@ void FormEditorView::instanceInformationsChanged(const QMultiHash<ModelNode, Inf
}
}
scene()->update();
m_currentTool->formEditorItemsChanged(changedItems);
}