These buttons are used in the settings page only so they should not autoclose
authorMohammed Sameer <msameer@foolab.org>
Mon, 3 Sep 2012 15:36:11 +0000 (18:36 +0300)
committerMohammed Sameer <msameer@foolab.org>
Mon, 3 Sep 2012 15:36:11 +0000 (18:36 +0300)
qml/ColorToneButton.qml
qml/WhiteBalanceButton.qml

index dbcdcbe..7fc9805 100644 (file)
@@ -9,6 +9,8 @@ Selector {
 
         property alias value: ct.value
 
+        timerConstraints: true // Never trigger
+
         iconSource: ctIcon(ct.value);
 
         ColorTone {
index c02462e..af58f1e 100644 (file)
@@ -8,6 +8,8 @@ Selector {
 
         property alias value: wb.value
 
+        timerConstraints: true // Never trigger
+
         iconSource: wbIcon(wb.value);
 
         WhiteBalance {