Commit a95df161934af93105f16e52a92759eae760d6e3

Authored by tatiana
1 parent a343ff3b

FIX: InVesalius process wasn't closing under darwin when exiting frame.... Force…

…d quiting process. Needs testing under other platforms.
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/gui/frame.py
@@ -194,6 +194,7 @@ class Frame(wx.Frame): @@ -194,6 +194,7 @@ class Frame(wx.Frame):
194 Exit InVesalius. 194 Exit InVesalius.
195 """ 195 """
196 self.Destroy() 196 self.Destroy()
  197 + sys.exit()
197 198
198 def _HideContentPanel(self, pubsub_evt): 199 def _HideContentPanel(self, pubsub_evt):
199 """ 200 """