Prechádzať zdrojové kódy

Small fix for Connection in minStartSpinBox

Malte Veerman 7 rokov pred
rodič
commit
06e4467814
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      import/qml/FanItem.qml

+ 1 - 1
import/qml/FanItem.qml

@@ -461,7 +461,7 @@ Rectangle {
                 }
                 Connections {
                     target: fan
-                    onMinPwmChanged: minStartInput.value = Math.round(fan.minStart / 2.55)
+                    onMinStartChanged: minStartInput.value = Math.round(fan.minStart / 2.55)
                 }
             }
         }