mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Operation stopped no longer cause a re-slice.
No idea why this was the case as the result of an operation should decide if a reslice should be triggered (eg; transformation causes scenechanged to be triggered) CURA-829
This commit is contained in:
parent
8402189b42
commit
fb598a2444
1 changed files with 0 additions and 1 deletions
|
@ -249,7 +249,6 @@ class CuraEngineBackend(Backend):
|
|||
|
||||
def _onToolOperationStopped(self, tool):
|
||||
self._enabled = True # Tool stop, start listening for changes again.
|
||||
self._onChanged()
|
||||
|
||||
def _onActiveViewChanged(self):
|
||||
if Application.getInstance().getController().getActiveView():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue