author | laurent |
Wed, 23 May 2012 12:19:53 +0200 | |
changeset 749 | 050f5a001826 |
parent 747 | e7fca1f93de1 |
child 750 | 227a387919d5 |
child 751 | a8dace95f965 |
Beremiz.py | file | annotate | diff | comparison | revisions |
--- a/Beremiz.py Wed May 23 11:44:55 2012 +0200 +++ b/Beremiz.py Wed May 23 12:19:53 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)