mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08: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
@ -249,7 +249,6 @@ class CuraEngineBackend(Backend):
|
|||||||
|
|
||||||
def _onToolOperationStopped(self, tool):
|
def _onToolOperationStopped(self, tool):
|
||||||
self._enabled = True # Tool stop, start listening for changes again.
|
self._enabled = True # Tool stop, start listening for changes again.
|
||||||
self._onChanged()
|
|
||||||
|
|
||||||
def _onActiveViewChanged(self):
|
def _onActiveViewChanged(self):
|
||||||
if Application.getInstance().getController().getActiveView():
|
if Application.getInstance().getController().getActiveView():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user