From fea1d2940d07d983afdbdd59c8b0a5874b5cf1d3 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Wed, 27 Feb 2013 09:07:38 -0300 Subject: [PATCH] It's not necessary to sys.exit in onclose --- invesalius/gui/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 96290e5..c34371d 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -220,7 +220,7 @@ class Frame(wx.Frame): Exit InVesalius. """ self.Destroy() - sys.exit(0) + #sys.exit(0) def _HideContentPanel(self, pubsub_evt): """ -- libgit2 0.21.2