mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Setting a action to finished also causes it to be reset
CURA-1385
This commit is contained in:
parent
65751d7400
commit
671a6105a2
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class MachineAction(QObject, PluginObject):
|
|||
@pyqtSlot()
|
||||
def setFinished(self):
|
||||
self._finished = True
|
||||
self._reset()
|
||||
self.onFinished.emit()
|
||||
|
||||
def _execute(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue