mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[Panorama Viewer] Change active conditions for Float Image Viewer
This commit is contained in:
parent
cfd03bb2c9
commit
843f147460
2 changed files with 17 additions and 16 deletions
|
@ -252,7 +252,7 @@ FocusScope {
|
|||
// qtAliceVision Image Viewer
|
||||
Loader {
|
||||
id: floatImageViewerLoader
|
||||
active: root.aliceVisionPluginAvailable && (root.useFloatImageViewer || root.useLensDistortionViewer) && !panoramaViewerLoader.active && _reconstruction.activeNodes.get('sfm').node
|
||||
active: root.aliceVisionPluginAvailable && (root.useFloatImageViewer || root.useLensDistortionViewer) && !panoramaViewerLoader.active
|
||||
visible: (floatImageViewerLoader.status === Loader.Ready) && active
|
||||
anchors.centerIn: parent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue