mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-01 19:27:10 +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){
|
if(displayLensDistortionViewer.checked && checked){
|
||||||
displayLensDistortionViewer.checked = false;
|
displayLensDistortionViewer.checked = false;
|
||||||
}
|
}
|
||||||
|
if(displayFisheyeCircleLoader.checked && checked){
|
||||||
|
displayFisheyeCircleLoader.checked = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
onEnabledChanged : {
|
onEnabledChanged : {
|
||||||
if(!enabled){
|
if(!enabled){
|
||||||
|
@ -937,7 +940,7 @@ FocusScope {
|
||||||
Layout.minimumWidth: 0
|
Layout.minimumWidth: 0
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: false
|
checked: false
|
||||||
enabled: activeNode && activeNode.attribute("useFisheye").value
|
enabled: activeNode && activeNode.attribute("useFisheye").value && !displayPanoramaViewer.checked
|
||||||
visible: activeNode
|
visible: activeNode
|
||||||
}
|
}
|
||||||
MaterialToolButton {
|
MaterialToolButton {
|
||||||
|
|
Loading…
Add table
Reference in a new issue