Small fix in fitting view tab (usage of Hide() when the object doesn't have that attribute)

This commit is contained in:
HomeWorld
2010-09-16 18:22:51 +03:00
parent 3d0fa7eeef
commit f63891e627

View File

@@ -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