From 9a28b0d4339b58f36f746a8323944f566d0d28e6 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 5 Sep 2016 16:20:12 +0200 Subject: [PATCH] Previously active tool is now set correctly once something is selected again CURA-1481 --- cura/CuraApplication.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 2091eff5ed..892440cba0 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -511,8 +511,6 @@ class CuraApplication(QtApplication): if self.getController().getActiveTool(): self._previous_active_tool = self.getController().getActiveTool().getPluginId() self.getController().setActiveTool(None) - else: - self._previous_active_tool = None def _onToolOperationStopped(self, event): if self._center_after_select: