From a8563414b705557487be2a72ee8748763823a487 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Tue, 20 Oct 2009 17:13:48 +0000 Subject: [PATCH] FIX: Creating the planes when loading the project --- invesalius/control.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/control.py b/invesalius/control.py index 2b862b6..a6cfa63 100755 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -112,6 +112,7 @@ class Controller(): (proj.window, proj.level)) ps.Publisher().sendMessage('Show content panel') ps.Publisher().sendMessage('Update AUI') + ps.Publisher().sendMessage('Load slice plane') def CreateAnalyzeProject(self, imagedata): proj = prj.Project() -- libgit2 0.21.2