Commit c7c52e1c authored by Guillaume Seguin's avatar Guillaume Seguin

Disable recover button when disconnecting

parent e6448ade
...@@ -1746,6 +1746,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -1746,6 +1746,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
wx.CallAfter(self.printbtn.Disable); wx.CallAfter(self.printbtn.Disable);
wx.CallAfter(self.pausebtn.Disable); wx.CallAfter(self.pausebtn.Disable);
wx.CallAfter(self.recoverbtn.Disable);
for i in self.printerControls: for i in self.printerControls:
wx.CallAfter(i.Disable) 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