mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:19:08 +08:00
Reset qml component when resetting a Machine Action
Contributes to CURA-2019 and fixes CURA-1978
This commit is contained in:
parent
b97b694f41
commit
ab843b8187
@ -44,6 +44,7 @@ class MachineAction(QObject, PluginObject):
|
|||||||
# /sa _reset
|
# /sa _reset
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def reset(self):
|
def reset(self):
|
||||||
|
self._component = None
|
||||||
self._finished = False
|
self._finished = False
|
||||||
self._reset()
|
self._reset()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user