From f63891e627deb79ea1f52da352b4c4028bb0a92a Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Thu, 16 Sep 2010 18:22:51 +0300 Subject: [PATCH] Small fix in fitting view tab (usage of Hide() when the object doesn't have that attribute) --- gui/multiSwitch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/multiSwitch.py b/gui/multiSwitch.py index 40422019f..f6adbd195 100644 --- a/gui/multiSwitch.py +++ b/gui/multiSwitch.py @@ -49,7 +49,6 @@ class MultiSwitch(wx.Notebook): def AddTab(self, type="fit", frame=None, title=None): #Hide current selection - self.GetCurrentPage().Hide() pos = self.GetPageCount() - 1