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:
Jaime van Kessel 2016-02-10 13:19:12 +01:00
parent 8402189b42
commit fb598a2444

View file

@ -249,7 +249,6 @@ class CuraEngineBackend(Backend):
def _onToolOperationStopped(self, tool):
self._enabled = True # Tool stop, start listening for changes again.
self._onChanged()
def _onActiveViewChanged(self):
if Application.getInstance().getController().getActiveView():