diff -r fec77f2b9e07 -r c26e0c66d8d5 etherlab/ConfigEditor.py --- a/etherlab/ConfigEditor.py Fri Sep 28 17:20:11 2018 +0300 +++ b/etherlab/ConfigEditor.py Fri Sep 28 17:48:10 2018 +0300 @@ -1054,7 +1054,7 @@ maxx / SCROLLBAR_UNIT, maxy / SCROLLBAR_UNIT, posx, posy) event.Skip() - #def OnButtonClick(self, event): + # def OnButtonClick(self, event): # self.MasterState = self.Controler.getMasterState() # if self.MasterState: # self.Phase.SetValue(self.MasterState["phase"])