[Panorama Viewer] add mouse speed multiplier

This commit is contained in:
Landrodie 2021-01-26 21:18:43 +01:00 committed by Fabien Castan
parent b66a19d01e
commit dadb875484
4 changed files with 44 additions and 5 deletions

View file

@ -123,7 +123,7 @@ Item {
id: displayImagePathAction
text: "Display Image Path"
checkable: true
checked: true
checked: true && !viewer2D.usePanoramaViewer
}
}
}