diff --git a/src/StatusQ/Components/StatusImageCropPanel.qml b/src/StatusQ/Components/StatusImageCropPanel.qml index fb4f6962..c9af5b8d 100644 --- a/src/StatusQ/Components/StatusImageCropPanel.qml +++ b/src/StatusQ/Components/StatusImageCropPanel.qml @@ -216,6 +216,7 @@ Item { anchors.fill: parent enabled: root.interactive + cursorShape: Qt.SizeAllCursor property var lastDragPoint: null onReleased: lastDragPoint = null