QmlDesigner: Fix preview rendering

We excluded item which had a node instance. For the preview all item should
be marked dirty.

Change-Id: I0cbad89707d7d94f65ac0d055488e124da40e7b3
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Marco Bubke
2013-06-18 14:57:34 +02:00
committed by Thomas Hartmann
parent 6b65e72dd5
commit 30d3e7e51d
5 changed files with 13 additions and 16 deletions

View File

@@ -158,7 +158,7 @@ bool ServerNodeInstance::holdsGraphical() const
void ServerNodeInstance::updateDirtyNodeRecursive()
{
m_nodeInstance->updateDirtyNodeRecursive();
m_nodeInstance->updateAllDirtyNodesRecursive();
}
bool ServerNodeInstance::isSubclassOf(const QString &superTypeName) const