From 918c8c2bafeedc1331b94e1a3978da95f7b31b16 Mon Sep 17 00:00:00 2001 From: tatiana Date: Mon, 8 Mar 2010 16:37:22 +0000 Subject: [PATCH] FIX: Show/hide surfaces based on inv3 --- invesalius/control.py | 2 ++ invesalius/data/surface.py | 2 ++ invesalius/gui/data_notebook.py | 10 +++++++++- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/invesalius/control.py b/invesalius/control.py index 90c66cf..4898f5e 100755 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -351,6 +351,8 @@ class Controller(): ps.Publisher().sendMessage('Set project name', proj.name) ps.Publisher().sendMessage('Load surface dict', proj.surface_dict) + ps.Publisher().sendMessage('Hide surface items', + proj.surface_dict) self.LoadImagedataInfo() # TODO: where do we insert this <<