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,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():