forked from qt-creator/qt-creator
QmlDesigner: Fix wrong position for reparenting
Change-Id: Ie9d9a739e559d5cfc06849ff3e5c086e9ab2224c DoneBy: Marco Bubke Task-number: QTCREATORBUG-3962 Reviewed-on: http://codereview.qt.nokia.com/958 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -256,6 +256,11 @@ void MoveTool::instancesCompleted(const QList<FormEditorItem*> & /*itemList*/)
|
||||
{
|
||||
}
|
||||
|
||||
void MoveTool::instancesParentChanged(const QList<FormEditorItem *> &itemList)
|
||||
{
|
||||
m_moveManipulator.synchronizeInstanceParent(itemList);
|
||||
}
|
||||
|
||||
bool MoveTool::haveSameParent(const QList<FormEditorItem*> &itemList)
|
||||
{
|
||||
if (itemList.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user