From 89b570f52f3808e8a3004bfd291f31c52a50c2c7 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Mon, 25 Jan 2010 17:42:45 +0000 Subject: [PATCH] FIX: Avoiding a segmentation fault when open a project after use raycasting cut tool --- invesalius/data/volume.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/data/volume.py b/invesalius/data/volume.py index 82e9f32..2c77383 100755 --- a/invesalius/data/volume.py +++ b/invesalius/data/volume.py @@ -689,11 +689,11 @@ class CutPlane: def DestroyObjs(self): ps.Publisher().sendMessage('Remove surface actor from viewer', self.plane_actor) - + self.Disable() del self.plane_widget del self.plane_source del self.plane_actor del self.normal del self.plane ps.Publisher().sendMessage('Remove all volume actors') - \ No newline at end of file + -- libgit2 0.21.2