ソースを参照

BugFix GUI show gate section

mod_update
Dirk Alders 4年前
コミット
816726b573
1個のファイルの変更5行の追加5行の削除
  1. 5
    5
      smarthome.py

+ 5
- 5
smarthome.py ファイルの表示

@@ -68,11 +68,11 @@ class WetationFrameProt(gui.Wetation):
68 68
             #
69 69
             # show gate section in GUI
70 70
             #
71
-            self.heading_garage.show(True)
72
-            self.gate_oc.show(True)
73
-            self.gate_open.show(True)
74
-            self.gate_position.show(True)
75
-            self.gate_close.show(True)
71
+            self.heading_garage.Show(True)
72
+            self.gate_oc.Show(True)
73
+            self.gate_open.Show(True)
74
+            self.gate_position.Show(True)
75
+            self.gate_close.Show(True)
76 76
             #
77 77
             # update gate position
78 78
             #

読み込み中…
キャンセル
保存