From c24165dca8885a56b282ce2d61568859a0f21359 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 a0ae8fd..5189ae9 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -227,7 +227,7 @@ class Frame(wx.Frame): Exit InVesalius. """ self.Destroy() - sys.exit(0) + #sys.exit(0) def _HideContentPanel(self, pubsub_evt): """ -- libgit2 0.21.2