2
0
mirror of synced 2025-01-19 19:08:56 +00:00

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

View File

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