mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -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,7 +390,6 @@ class CuraEngineBackend(Backend):
|
||||||
# \param tool The tool that the user was using.
|
# \param tool The tool that the user was using.
|
||||||
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._terminate()
|
|
||||||
|
|
||||||
## Called when the user changes the active view mode.
|
## Called when the user changes the active view mode.
|
||||||
def _onActiveViewChanged(self):
|
def _onActiveViewChanged(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue