Temperature setting is decoupled from the seat-heating button 07/8207/1 3.0.1 3.0.2 chinook/3.0.1 chinook/3.0.2 chinook_3.0.1 chinook_3.0.2
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Wed, 11 Jan 2017 07:18:56 +0000 (16:18 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 11 Jan 2017 12:05:16 +0000 (12:05 +0000)
SPEC-394

Change-Id: I27fc85dbe99db46556e4f0fc078417cf3a23c556
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
app/HVAC.qml

index 41cf7fa..0d60cbd 100644 (file)
@@ -74,7 +74,6 @@ ApplicationWindow {
                     side: 'Left'
                 }
                 HeatDegree {
-                    enabled: leftSeat.headLevel > 0
                     onCurrentItemChanged: {
                         console.log("Left Temp changed",degree)
                         binding.leftTemperature = degree
@@ -127,7 +126,6 @@ ApplicationWindow {
                     side: 'Right'
                 }
                 HeatDegree {
-                    enabled: rightSeat.headLevel > 0
                     onCurrentItemChanged: {
                         console.log("Right Temp changed",degree)
                         binding.rightTemperature = degree