From 739b8904eeb2a66dba8c26280834d74ef9c74315 Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 24 Nov 2009 16:44:23 +0000 Subject: [PATCH] ADD: Project close feature (under devel) --- invesalius/data/slice_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/slice_.py b/invesalius/data/slice_.py index f725f1f..3bf850f 100644 --- a/invesalius/data/slice_.py +++ b/invesalius/data/slice_.py @@ -93,7 +93,7 @@ class Slice(object): def CloseProject(self): self.imagedata = None self.current_mask = None - self.blend_filter = None + #self.blend_filter = None #self.blend_filter = None #self.num_gradient = 0 -- libgit2 0.21.2