Slecting object no longer causes slice to trigger

CURA-2181
This commit is contained in:
Jaime van Kessel 2016-08-25 14:34:05 +02:00
parent 4f594c9cf3
commit 8810fd83cc

View file

@ -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):