Commit abd53fda authored by sumpfralle's avatar sumpfralle

update the tool/process/bounds controls after switching a task


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@454 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent f2eb8eef
......@@ -754,8 +754,11 @@ class ProjectGui:
current_task = self.settings.get("current_task")
if not current_task is None:
self.settings.set("current_tool", current_task["tool"])
self.update_tool_table(skip_model_update=True)
self.settings.set("current_process", current_task["process"])
self.update_process_table(skip_model_update=True)
self.settings.set("current_bounds", current_task["bounds"])
self.update_bounds_table(skip_model_update=True)
self.update_tasklist_controls()
@gui_activity_guard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment