From b66a19d01e18cdf9dd94ef29d42b2b7663ff957f Mon Sep 17 00:00:00 2001 From: Thomas Zorroche Date: Tue, 26 Jan 2021 15:37:59 +0100 Subject: [PATCH] [Panorama Viewer] change cursor shape when edit panorama --- meshroom/ui/qml/Viewer/PanoramaViewer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {