diff -r 9c7da6ff6a34 -r 4ea781f30555 etherlab/EtherCATManagementEditor.py --- a/etherlab/EtherCATManagementEditor.py Fri Sep 28 19:02:49 2018 +0300 +++ b/etherlab/EtherCATManagementEditor.py Fri Sep 28 19:06:28 2018 +0300 @@ -2130,7 +2130,6 @@ ("innerFrameInfo", [4, 10, 5, 10])]: self.MasterStateSizer[key] = wx.FlexGridSizer(cols=attr[0], hgap=attr[1], rows=attr[2], vgap=attr[3]) - self.UpdateButton = wx.Button(self, label=_('Update')) self.UpdateButton.Bind(wx.EVT_BUTTON, self.OnButtonClick) @@ -2141,7 +2140,6 @@ self.StaticBox[key] = wx.StaticBox(self, label=_(label)) self.MasterStateSizer[key] = wx.StaticBoxSizer(self.StaticBox[key]) - # ----------------------- Master State ----------------------------------------------------------- for key, label in [ ('Phase', 'Phase:'),