Killed a lesser flickering worm
This commit is contained in:
@@ -765,7 +765,7 @@ class PFTabsContainer(wx.Panel):
|
|||||||
if ev.isVetoed():
|
if ev.isVetoed():
|
||||||
return False
|
return False
|
||||||
|
|
||||||
self.Parent.AddPage(wx.Panel(self.Parent))
|
self.Parent.AddPage(wx.Panel(self.Parent, size = (0,0)))
|
||||||
wx.PostEvent(self.Parent, PageAdded())
|
wx.PostEvent(self.Parent, PageAdded())
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user