forked from qt-creator/qt-creator
QmlDesigner: Always reset the items in the render loop
To be sure the are not any more dirty. This can be no harm. Change-Id: I861243f1f4435b0dbdc2a6373ebfdfef12fb2627 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
@@ -102,6 +102,8 @@ void Qt5RenderNodeInstanceServer::collectItemChangesAndSendChangeCommands()
|
|||||||
m_dirtyInstanceSet.clear();
|
m_dirtyInstanceSet.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resetAllItems();
|
||||||
|
|
||||||
slowDownRenderTimer();
|
slowDownRenderTimer();
|
||||||
nodeInstanceClient()->flush();
|
nodeInstanceClient()->flush();
|
||||||
nodeInstanceClient()->synchronizeWithClientProcess();
|
nodeInstanceClient()->synchronizeWithClientProcess();
|
||||||
|
Reference in New Issue
Block a user