forked from qt-creator/qt-creator
QmlDesigner: Restore auxiliary properties after rewriter model attach
Successfully restoring auxiliary properties requires scene model to be complete, so we must wait until model is attached. Fixes: QDS-12615 Change-Id: I906e9b50df14fcdbc0cad8370c5466db5c1aab02 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -106,6 +106,7 @@ void RewriterView::modelAttached(Model *model)
|
|||||||
m_modelAttachPending = true;
|
m_modelAttachPending = true;
|
||||||
QTimer::singleShot(1000, this, [this, model](){
|
QTimer::singleShot(1000, this, [this, model](){
|
||||||
modelAttached(model);
|
modelAttached(model);
|
||||||
|
restoreAuxiliaryData();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user