author | Edouard Tisserant |
Wed, 23 May 2012 13:41:31 +0200 | |
changeset 750 | 227a387919d5 |
parent 748 | 5e69e2738957 (current diff) |
parent 749 | 050f5a001826 (diff) |
child 752 | 35a86f033a36 |
--- 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)