aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml')
-rw-r--r--share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml b/share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml
index ccfc45b621..ff64957699 100644
--- a/share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml
+++ b/share/qtcreator/qml/qmlpuppet/mockfiles/ScaleGizmo.qml
@@ -37,6 +37,7 @@ Node {
|| planeX.dragging || planeY.dragging || planeZ.dragging
|| centerMouseArea.dragging
property MouseArea3D dragHelper: null
+ property alias freeDraggerArea: centerMouseArea
position: dragHelper.pivotScenePosition(targetNode)
@@ -185,7 +186,7 @@ Node {
height: 120
rotation: view3D.camera.rotation
grabsMouse: scaleGizmo.targetNode
- priority: 1
+ priority: 10
active: scaleGizmo.visible
dragHelper: scaleGizmo.dragHelper