From a95df161934af93105f16e52a92759eae760d6e3 Mon Sep 17 00:00:00 2001 From: tatiana Date: Thu, 18 Feb 2010 11:16:52 +0000 Subject: [PATCH] FIX: InVesalius process wasn't closing under darwin when exiting frame.... Forced quiting process. Needs testing under other platforms. --- invesalius/gui/frame.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index bd7b3b0..92b57a8 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -194,6 +194,7 @@ class Frame(wx.Frame): Exit InVesalius. """ self.Destroy() + sys.exit() def _HideContentPanel(self, pubsub_evt): """ -- libgit2 0.21.2