Browse Source

Previously active tool is now set correctly once something is selected again

CURA-1481
Jaime van Kessel 8 years ago
parent
commit
9a28b0d433
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cura/CuraApplication.py

+ 0 - 2
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: