Skip to content
Snippets Groups Projects
Commit 06dba9b6 authored by Marco Bubke's avatar Marco Bubke Committed by Kai Koehne
Browse files

Negative Z will stack an item behind its parent in the formeditor

Task-number: BAUHAUS-618
Reviewed-by: kkoehne
parent 799c624c
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ void FormEditorItem::setup()
setContentVisible(qmlItemNode().instanceValue("visible").toBool());
setFlag(QGraphicsItem::ItemIsMovable, true);
setFlag(QGraphicsItem::ItemNegativeZStacksBehindParent, true);
updateGeometry();
updateVisibilty();
}
......
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