beremiz

merge

2012-05-23, Edouard Tisserant
227a387919d5
merge
  • +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)