mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:19:01 +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
|
||||
@pyqtSlot()
|
||||
def reset(self):
|
||||
self._component = None
|
||||
self._finished = False
|
||||
self._reset()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user