mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class MachineAction(QObject, PluginObject):
|
|||
# /sa _reset
|
||||
@pyqtSlot()
|
||||
def reset(self):
|
||||
self._component = None
|
||||
self._finished = False
|
||||
self._reset()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue