diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml b/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml index c9321790c15..92f0a1ddecf 100644 --- a/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml +++ b/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml @@ -592,6 +592,7 @@ Item { border.width: 1 visible: rotateGizmo.dragging parent: rotateGizmo.view3D + z: 3 Text { id: rotateGizmoLabelText @@ -618,6 +619,7 @@ Item { border.width: 1 visible: lightGizmo.dragging parent: lightGizmo.view3D + z: 3 Text { id: lightGizmoLabelText