Commit 67cca211 authored by sumpfralle's avatar sumpfralle

fixed unintentional task change after loading a model


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@603 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 4a45986b
...@@ -1915,7 +1915,6 @@ class ProjectGui: ...@@ -1915,7 +1915,6 @@ class ProjectGui:
if not model is None: if not model is None:
self.model = model self.model = model
# do some initialization # do some initialization
self.append_to_queue(self.update_all_controls)
self.append_to_queue(self.toggle_3d_view, value=True) self.append_to_queue(self.toggle_3d_view, value=True)
self.append_to_queue(self.update_view) self.append_to_queue(self.update_view)
......
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