edited some button behavior

This commit is contained in:
Dante Ruiz 2017-06-21 01:38:05 +01:00
parent 5e82b13d65
commit 17832b6022

View file

@ -301,8 +301,10 @@ Rectangle {
boxRadius: 7 boxRadius: 7
onClicked: { onClicked: {
if (hipsChecked) { if (!checked) {
checked = true; shoulderBox.checked = false;
chestBox.checked = false;
hipBox.checked = false;
} }
sendConfigurationSettings(); sendConfigurationSettings();
} }