mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
PerObject tool is now disabled when switching to a group as well
CURA-2287
This commit is contained in:
parent
1a2138de5a
commit
aceff72c34
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue