forked from qt-creator/qt-creator
QmlDesigner: Fix movement of items
Change-Id: I22440c949f634b60ec90803aa6b61bbcf819ea48 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
eebad3d5df
commit
5f61d91648
@@ -209,7 +209,7 @@ bool ObjectNodeInstance::isGraphical() const
|
||||
|
||||
bool ObjectNodeInstance::isLayoutable() const
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ObjectNodeInstance::equalGraphicsItem(QGraphicsItem * /*item*/) const
|
||||
|
||||
Reference in New Issue
Block a user