mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
edited some button behavior
This commit is contained in:
parent
5e82b13d65
commit
17832b6022
1 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue