Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2016-08-02 16:57:01 +0300
committerfieldOfView <aldo@fieldofview.com>2016-08-02 16:57:01 +0300
commitab843b8187665e6d853fe671797a5ae13ba84ede (patch)
tree92c7a4907cb90802b4d71d517b62397bf27ec474 /cura/MachineAction.py
parentb97b694f414029c5d1ae2cc629480624b090e20f (diff)
Reset qml component when resetting a Machine Action
Contributes to CURA-2019 and fixes CURA-1978
Diffstat (limited to 'cura/MachineAction.py')
-rw-r--r--cura/MachineAction.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cura/MachineAction.py b/cura/MachineAction.py
index 6a4df0fce1..b9ff938303 100644
--- a/cura/MachineAction.py
+++ b/cura/MachineAction.py
@@ -44,6 +44,7 @@ class MachineAction(QObject, PluginObject):
# /sa _reset
@pyqtSlot()
def reset(self):
+ self._component = None
self._finished = False
self._reset()