From bc0c79233fd12e85df44ad169a46807b3d9288f2 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 20 Apr 2011 13:44:12 +0000 Subject: [PATCH] Removing measures is working again --- invesalius/data/viewer_slice.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 48df9b8..992e25a 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1333,6 +1333,7 @@ class Viewer(wx.Panel): except KeyError: for actor in actors: self.actors_by_slice_number[n].remove(actor) + self.slice_data.renderer.RemoveActor(actor) else: for actor in actors: # Remove the actor from the renderer -- libgit2 0.21.2