Killed a lesser flickering worm

This commit is contained in:
HomeWorld
2010-11-17 21:20:14 +02:00
parent 21aed5ce3f
commit d0a549261c

View File

@@ -765,7 +765,7 @@ class PFTabsContainer(wx.Panel):
if ev.isVetoed():
return False
self.Parent.AddPage(wx.Panel(self.Parent))
self.Parent.AddPage(wx.Panel(self.Parent, size = (0,0)))
wx.PostEvent(self.Parent, PageAdded())
return True