From 47ca3ccd8fafba6b7a974c06e12d9e6a2e9a76a3 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 15 May 2020 17:16:57 +0300 Subject: [PATCH] QmlDesigner: Fix RotateGizmo and LightGizmo label z-value Labels went under IconGizmos, so increased the z-value to match that of MoveGizmo label. Change-Id: I2620db0cadfadc73808a3a9f9967aadf87c9a863 Reviewed-by: Thomas Hartmann --- share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml | 2 ++ 1 file changed, 2 insertions(+) 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