From aceff72c34f8067ab16b7d90322e089305043ae7 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 21 Nov 2016 11:49:50 +0100 Subject: [PATCH] PerObject tool is now disabled when switching to a group as well CURA-2287 --- cura/CuraApplication.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 5ac414f00d..b89df31dd9 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -581,6 +581,8 @@ class CuraApplication(QtApplication): else: if self._previous_active_tool: self.getController().setActiveTool(self._previous_active_tool) + if not self.getController().getActiveTool().getEnabled(): + self.getController().setActiveTool("TranslateTool") self._previous_active_tool = None else: # Default