mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[Panorama Viewer] isComputed does not affect active property
This commit is contained in:
parent
930d885c5e
commit
86a0953027
1 changed files with 4 additions and 1 deletions
|
@ -619,6 +619,9 @@ FocusScope {
|
|||
console.warn("ITEEEEMMMMMMMM" + item + " " + active)
|
||||
}
|
||||
onIsComputedChanged: {
|
||||
if (usePanoramaViewer || useLensDistortionViewer)
|
||||
return;
|
||||
|
||||
if(!isComputed)
|
||||
{
|
||||
active = false;
|
||||
|
@ -873,7 +876,7 @@ FocusScope {
|
|||
return inputAttrLink.node.isComputed;
|
||||
}
|
||||
|
||||
ToolTip.text: "Panorama Viewer"
|
||||
ToolTip.text: "Panorama Viewer: " + activeNode.label
|
||||
text: MaterialIcons.panorama_sphere
|
||||
font.pointSize: 16
|
||||
padding: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue