diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index df7abd1..ee8648c 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -305,7 +305,7 @@ class Frame(wx.Frame): elif id == const.ID_PROJECT_CLOSE: self.CloseProject() elif id == const.ID_EXIT: - self.CloseProject() + self.OnClose(None) elif id == const.ID_ABOUT: self.ShowAbout() elif id == const.ID_START: -- libgit2 0.21.2