Commit aba88486 authored by Guillaume Seguin's avatar Guillaume Seguin

Cleanup

parent c7c52e1c
......@@ -1744,9 +1744,9 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.connectbtn.SetToolTip(wx.ToolTip("Connect to the printer"))
self.connectbtn.Bind(wx.EVT_BUTTON,self.connect)
wx.CallAfter(self.printbtn.Disable);
wx.CallAfter(self.pausebtn.Disable);
wx.CallAfter(self.recoverbtn.Disable);
wx.CallAfter(self.printbtn.Disable)
wx.CallAfter(self.pausebtn.Disable)
wx.CallAfter(self.recoverbtn.Disable)
for i in self.printerControls:
wx.CallAfter(i.Disable)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment