mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 03:13:16 +08:00
Remove reply hanlder to prevent crash after canceling a printing job
CURA-4960
This commit is contained in:
parent
9901780dbc
commit
1f883f3312
@ -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…
x
Reference in New Issue
Block a user