Skip to content
Snippets Groups Projects
Commit 6a98808e authored by Marco Bubke's avatar Marco Bubke Committed by Thomas Hartmann
Browse files

QmlDesigner.FormEditor: Set clipping to false for manipulator items


Change-Id: Ic3fd2f2eda588b24bdf55e2d3a213436340db9c3
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 937498c6
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ void FormEditorScene::setupScene()
m_formLayerItem = new LayerItem(this);
m_manipulatorLayerItem = new LayerItem(this);
m_manipulatorLayerItem->setZValue(1.0);
m_manipulatorLayerItem->setFlag(QGraphicsItem::ItemClipsChildrenToShape, false);
m_formLayerItem->setZValue(0.0);
m_formLayerItem->setFlag(QGraphicsItem::ItemClipsChildrenToShape, false);
}
......
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