forked from qt-creator/qt-creator
QmlDesigner: Fix design studio crash
Change-Id: Id88dbbf7a8526e1d616c4ca31d56863103713f1d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
11093f1ed7
commit
6d55273fd9
@@ -659,6 +659,9 @@ void PropertyEditorView::instanceInformationsChanged(const QMultiHash<ModelNode,
|
||||
if (!m_selectedNode.isValid())
|
||||
return;
|
||||
|
||||
if (!m_qmlBackEndForCurrentType)
|
||||
return;
|
||||
|
||||
m_locked = true;
|
||||
QList<InformationName> informationNameList = informationChangedHash.values(m_selectedNode);
|
||||
if (informationNameList.contains(Anchor)
|
||||
|
Reference in New Issue
Block a user