Fix a minor brainfart

This commit is contained in:
cncfanatics
2010-08-23 20:14:26 +02:00
parent 64e25ac58f
commit cd03df252e

View File

@@ -247,7 +247,7 @@ class MarketBrowser(wx.Panel):
class MarketTree(wx.TreeCtrl):
def __init__(self, parent):
wx.TreeCtrl.__init__(parent)
wx.TreeCtrl.__init__(self, parent)
def OnEraseBackGround(self, event):
#Prevent flicker by not letting the parent's method get called.