mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-08 22:56:49 +02:00
[Panorama Viewer] change cursor shape when edit panorama
This commit is contained in:
parent
5b5f725f3e
commit
b66a19d01e
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue