Skip to content
Snippets Groups Projects
Commit 75e57f36 authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner: After removing xy bindings item should be resizable again


Change-Id: I415fdd2b5d974aa72baf2c91d22ed42a5a2d8682
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 1f4c40a9
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,9 @@ void ResizeIndicator::updateItems(const QList<FormEditorItem*> &itemList)
ResizeController controller(m_itemControllerHash.value(item));
controller.updatePosition();
}
} else if (item && itemIsResizable(item->qmlItemNode())) {
ResizeController controller(m_layerItem, item);
m_itemControllerHash.insert(item, controller);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment