beremiz
Clone
Summary
Browse
Changes
Graph
merge
2012-05-23, Edouard Tisserant
227a387919d5
Parents
5e69e2738957
050f5a001826
Children
35a86f033a36
merge
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
Beremiz.py
--- a/Beremiz.py Wed May 23 13:20:00 2012 +0200
+++ b/Beremiz.py Wed May 23 13:41:31 2012 +0200
@@ -521,6 +521,7 @@
self.PLCConfig.Bind(wx.EVT_LEFT_DOWN, self.OnPanelLeftDown)
self.PLCConfig.Bind(wx.EVT_SIZE, self.OnMoveWindow)
self.PLCConfig.Bind(wx.EVT_MOUSEWHEEL, self.OnPLCConfigScroll)
+ self.PLCConfig.Hide()
#self.MainTabs["PLCConfig"] = (self.PLCConfig, _("Topology"))
#self.BottomNoteBook.InsertPage(0, self.PLCConfig, _("Topology"), True)