[Panorama Viewer] change cursor shape when edit panorama

This commit is contained in:
Thomas Zorroche 2021-01-26 15:37:59 +01:00 committed by Fabien Castan
parent 5b5f725f3e
commit b66a19d01e

View file

@ -67,7 +67,7 @@ AliceVision.PanoramaViewer {
id: mouseAreaPano id: mouseAreaPano
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
cursorShape: isRotating ? Qt.ClosedHandCursor : Qt.OpenHandCursor
onPositionChanged: { onPositionChanged: {
// Send Mouse Coordinates to Float Images Viewers // Send Mouse Coordinates to Float Images Viewers
for (var i = 0; i < repeater.model && isHighlightable; i++) { for (var i = 0; i < repeater.model && isHighlightable; i++) {