From 7559b4dfb73e68b0391791e31ee9954727c28fbc Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 22 Jan 2010 12:56:06 +0000 Subject: [PATCH] FIX: Problem in Close project in the Menu and Close the InVesalius, occurred "Run time error" --- invesalius/data/viewer_slice.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 64ff4d8..a01b289 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -844,7 +844,6 @@ class Viewer(wx.Panel): def CloseProject(self): for slice_data in self.slice_data_list: - self.interactor.GetRenderWindow().RemoveRenderer(slice_data.renderer) del slice_data self.modes = []#['DEFAULT'] -- libgit2 0.21.2