mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[Panorama Viewer] Disable display feature button when pano is enabled
This commit is contained in:
parent
4458a419d1
commit
6534fc1191
1 changed files with 4 additions and 1 deletions
|
@ -872,7 +872,10 @@ FocusScope {
|
|||
Layout.minimumWidth: 0
|
||||
checkable: true
|
||||
checked: false
|
||||
enabled: root.aliceVisionPluginAvailable
|
||||
enabled: root.aliceVisionPluginAvailable && !displayPanoramaViewer.checked
|
||||
onEnabledChanged : {
|
||||
if(enabled == false) checked = false;
|
||||
}
|
||||
}
|
||||
MaterialToolButton {
|
||||
id: displayFisheyeCircleLoader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue