Commit a8563414b705557487be2a72ee8748763823a487

Authored by tfmoraes
1 parent 468d6725

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 112 (proj.window, proj.level))
113 113 ps.Publisher().sendMessage('Show content panel')
114 114 ps.Publisher().sendMessage('Update AUI')
  115 + ps.Publisher().sendMessage('Load slice plane')
115 116  
116 117 def CreateAnalyzeProject(self, imagedata):
117 118 proj = prj.Project()
... ...