From 5d331cd96539336856f3dc04fee51cce0423911a Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Tue, 15 Oct 2024 14:07:25 +0300 Subject: [PATCH] QmlDesigner: Remove unused DropArea from 3D view This is legacy code from the times 3D view was still a separate window. Change-Id: Iffa117e490b38ac2a394981dfcca237a6bdb55ce Reviewed-by: Mahmoud Badri --- src/tools/qml2puppet/mockfiles/qt6/EditView3D.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tools/qml2puppet/mockfiles/qt6/EditView3D.qml b/src/tools/qml2puppet/mockfiles/qt6/EditView3D.qml index e159b532c34..c4cae6c5c2d 100644 --- a/src/tools/qml2puppet/mockfiles/qt6/EditView3D.qml +++ b/src/tools/qml2puppet/mockfiles/qt6/EditView3D.qml @@ -971,10 +971,6 @@ Item { } } - DropArea { - anchors.fill: parent - } - Overlay2D { id: gizmoLabel targetNode: activeOverlayView.moveGizmo.visible ? activeOverlayView.moveGizmo