mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-09 07:06:54 +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
|
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++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue