fix(StatusImageCropPanel): display SizeAllCursor cursor when over image (#864)

This commit is contained in:
Michał 2022-08-31 15:36:23 +02:00 committed by GitHub
parent 4d9cec541f
commit 803a7637bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ Item {
anchors.fill: parent
enabled: root.interactive
cursorShape: Qt.SizeAllCursor
property var lastDragPoint: null
onReleased: lastDragPoint = null