From fbcf5cfb63696806882b1ca85b4e26f7b8dba7c7 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 14 Sep 2012 13:49:12 +0000 Subject: [PATCH] ENH: Close and nav button disabled from window preferences --- invesalius/gui/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/preferences.py b/invesalius/gui/preferences.py index 966864a..47acd11 100644 --- a/invesalius/gui/preferences.py +++ b/invesalius/gui/preferences.py @@ -31,7 +31,7 @@ class Preferences(wx.Dialog): if AGW: self.book = fnb.FlatNotebook(self, wx.ID_ANY, agwStyle=bookStyle) else: - self.book = fnb.FlatNotebook(self, wx.ID_ANY, style=bookStyle) + self.book = fnb.FlatNotebook(self, wx.ID_ANY, agwStyle=bookStyle) sizer.Add(self.book, 80, wx.EXPAND|wx.ALL) -- libgit2 0.21.2