From 498a3e773595f6068b9f49a5a06e73645de825a9 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Mon, 7 Oct 2013 14:25:10 -0300 Subject: [PATCH] Not crash when user tries to change the resolution when opening by command line --- invesalius/invesalius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/invesalius.py b/invesalius/invesalius.py index 071ecfc..f79a51e 100755 --- a/invesalius/invesalius.py +++ b/invesalius/invesalius.py @@ -178,7 +178,7 @@ class SplashScreen(wx.SplashScreen): self.control = Controller(self.main) self.fc = wx.FutureCall(1, self.ShowMain) - parse_comand_line() + wx.FutureCall(1, parse_comand_line) def OnClose(self, evt): # Make sure the default handler runs too so this window gets -- libgit2 0.21.2