From 17832b602244e22767a0f2075524dbc83bc5439d Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Wed, 21 Jun 2017 01:38:05 +0100 Subject: [PATCH] edited some button behavior --- interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml index 9c23cf8677..2a951f31ef 100644 --- a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml +++ b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml @@ -301,8 +301,10 @@ Rectangle { boxRadius: 7 onClicked: { - if (hipsChecked) { - checked = true; + if (!checked) { + shoulderBox.checked = false; + chestBox.checked = false; + hipBox.checked = false; } sendConfigurationSettings(); }