diff --git a/meshroom/ui/qml/Viewer/PanoramaViewer.qml b/meshroom/ui/qml/Viewer/PanoramaViewer.qml index 924e6660..1fc08c7f 100644 --- a/meshroom/ui/qml/Viewer/PanoramaViewer.qml +++ b/meshroom/ui/qml/Viewer/PanoramaViewer.qml @@ -67,7 +67,7 @@ AliceVision.PanoramaViewer { id: mouseAreaPano anchors.fill: parent hoverEnabled: true - + cursorShape: isRotating ? Qt.ClosedHandCursor : Qt.OpenHandCursor onPositionChanged: { // Send Mouse Coordinates to Float Images Viewers for (var i = 0; i < repeater.model && isHighlightable; i++) {