Make sure we post the right events when walking the fitting tabs

This commit is contained in:
HomeWorld
2011-09-18 13:59:03 +03:00
parent 9035a3ed6e
commit 9b3c6592ce
2 changed files with 11 additions and 1 deletions

View File

@@ -410,7 +410,7 @@ class MainFrame(wx.Frame):
self.fitMultiSwitch.PrevPage()
def HAddPage(self,event):
self.fitMultiSwitch.AddPage(wx.Panel(self, size = (0,0)), "Empty Tab")
self.fitMultiSwitch.AddPage()
def toggleShipMarket(self, event):
sel = self.notebookBrowsers.GetSelection()