Commit a8563414b705557487be2a72ee8748763823a487
1 parent
468d6725
Exists in
master
and in
68 other branches
FIX: Creating the planes when loading the project
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/control.py
@@ -112,6 +112,7 @@ class Controller(): | @@ -112,6 +112,7 @@ class Controller(): | ||
112 | (proj.window, proj.level)) | 112 | (proj.window, proj.level)) |
113 | ps.Publisher().sendMessage('Show content panel') | 113 | ps.Publisher().sendMessage('Show content panel') |
114 | ps.Publisher().sendMessage('Update AUI') | 114 | ps.Publisher().sendMessage('Update AUI') |
115 | + ps.Publisher().sendMessage('Load slice plane') | ||
115 | 116 | ||
116 | def CreateAnalyzeProject(self, imagedata): | 117 | def CreateAnalyzeProject(self, imagedata): |
117 | proj = prj.Project() | 118 | proj = prj.Project() |