mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[Panorama Viewer] Uncheck panorama viewer button when disabled
This commit is contained in:
parent
88e42de224
commit
20b208454d
1 changed files with 5 additions and 0 deletions
|
@ -867,6 +867,11 @@ FocusScope {
|
|||
displayLensDistortionViewer.checked = false;
|
||||
}
|
||||
}
|
||||
onEnabledChanged : {
|
||||
if(!enabled){
|
||||
checked = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
MaterialToolButton {
|
||||
id: displayFeatures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue