From a9ad208eb22fb7f73dd30118a4a1743703cddb50 Mon Sep 17 00:00:00 2001 From: tatiana Date: Thu, 18 Feb 2010 13:17:01 +0000 Subject: [PATCH] ENH: Error messages are being saved into file when InVesalius is runned from win exe --- invesalius/gui/frame.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 994768a..e1468bc 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -55,7 +55,8 @@ class Frame(wx.Frame): self.Center(wx.BOTH) icon_path = os.path.join(const.ICON_DIR, "invesalius.ico") self.SetIcon(wx.Icon(icon_path, wx.BITMAP_TYPE_ICO)) - #self.Maximize() + if sys.platform != 'darwin': + self.Maximize() # Set menus, status and task bar self.SetMenuBar(MenuBar(self)) -- libgit2 0.21.2