mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Slecting object no longer causes slice to trigger
CURA-2181
This commit is contained in:
parent
4f594c9cf3
commit
8810fd83cc
1 changed files with 1 additions and 2 deletions
|
@ -390,8 +390,7 @@ class CuraEngineBackend(Backend):
|
|||
# \param tool The tool that the user was using.
|
||||
def _onToolOperationStopped(self, tool):
|
||||
self._enabled = True # Tool stop, start listening for changes again.
|
||||
self._terminate()
|
||||
|
||||
|
||||
## Called when the user changes the active view mode.
|
||||
def _onActiveViewChanged(self):
|
||||
if Application.getInstance().getController().getActiveView():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue