mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:49:01 +08:00
Previously active tool is now set correctly once something is selected again
CURA-1481
This commit is contained in:
parent
122d117ef6
commit
9a28b0d433
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user