mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Closing the networkprinteroutput device now hides all it's messages
CURA-49
This commit is contained in:
parent
5597f6dcf2
commit
58c3f5dc89
1 changed files with 5 additions and 0 deletions
|
@ -182,6 +182,11 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
def close(self):
|
||||
self.setConnectionState(ConnectionState.closed)
|
||||
self._progress_message.hide()
|
||||
self._authentication_requested_message.hide()
|
||||
self._error_message.hide()
|
||||
self._authentication_counter = 0
|
||||
self._authentication_timer.stop()
|
||||
self._update_timer.stop()
|
||||
self._camera_timer.stop()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue