[Panorama Viewer] Uncheck panorama viewer button when disabled

This commit is contained in:
Nils Landrodie 2021-06-28 17:36:18 +02:00 committed by Fabien Castan
parent 88e42de224
commit 20b208454d

View file

@ -867,6 +867,11 @@ FocusScope {
displayLensDistortionViewer.checked = false;
}
}
onEnabledChanged : {
if(!enabled){
checked = false;
}
}
}
MaterialToolButton {
id: displayFeatures