mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[Panorama Viewer] Update status of the fisheye circle button
This commit is contained in:
parent
7e65c91bf5
commit
b24b59d1c1
1 changed files with 4 additions and 1 deletions
|
@ -907,6 +907,9 @@ FocusScope {
|
|||
if(displayLensDistortionViewer.checked && checked){
|
||||
displayLensDistortionViewer.checked = false;
|
||||
}
|
||||
if(displayFisheyeCircleLoader.checked && checked){
|
||||
displayFisheyeCircleLoader.checked = false;
|
||||
}
|
||||
}
|
||||
onEnabledChanged : {
|
||||
if(!enabled){
|
||||
|
@ -937,7 +940,7 @@ FocusScope {
|
|||
Layout.minimumWidth: 0
|
||||
checkable: true
|
||||
checked: false
|
||||
enabled: activeNode && activeNode.attribute("useFisheye").value
|
||||
enabled: activeNode && activeNode.attribute("useFisheye").value && !displayPanoramaViewer.checked
|
||||
visible: activeNode
|
||||
}
|
||||
MaterialToolButton {
|
||||
|
|
Loading…
Add table
Reference in a new issue