BugFix GUI show gate section

This commit is contained in:
Dirk Alders 2020-09-07 12:41:19 +02:00
parent 8dd3ee46b9
commit 816726b573

View File

@ -68,11 +68,11 @@ class WetationFrameProt(gui.Wetation):
# #
# show gate section in GUI # show gate section in GUI
# #
self.heading_garage.show(True) self.heading_garage.Show(True)
self.gate_oc.show(True) self.gate_oc.Show(True)
self.gate_open.show(True) self.gate_open.Show(True)
self.gate_position.show(True) self.gate_position.Show(True)
self.gate_close.show(True) self.gate_close.Show(True)
# #
# update gate position # update gate position
# #