PerObject tool is now disabled when switching to a group as well

CURA-2287
This commit is contained in:
Jaime van Kessel 2016-11-21 11:49:50 +01:00
parent 1a2138de5a
commit aceff72c34

View file

@ -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