mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Remove reply hanlder to prevent crash after canceling a printing job
CURA-4960
This commit is contained in:
parent
9901780dbc
commit
1f883f3312
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
||||||
# the "reply" should be disconnected
|
# the "reply" should be disconnected
|
||||||
if self._latest_reply_handler:
|
if self._latest_reply_handler:
|
||||||
self._latest_reply_handler.disconnect()
|
self._latest_reply_handler.disconnect()
|
||||||
|
self._latest_reply_handler = None
|
||||||
|
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue