mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +08:00
PerObject tool is now disabled when switching to a group as well
CURA-2287
This commit is contained in:
parent
1a2138de5a
commit
aceff72c34
@ -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…
x
Reference in New Issue
Block a user