mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 16:44:04 +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
|
||||
|
||||
onClicked: {
|
||||
if (hipsChecked) {
|
||||
checked = true;
|
||||
if (!checked) {
|
||||
shoulderBox.checked = false;
|
||||
chestBox.checked = false;
|
||||
hipBox.checked = false;
|
||||
}
|
||||
sendConfigurationSettings();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue