diff -r f4b434672204 -r 4cbbc58b91b4 controls/CustomTree.py --- a/controls/CustomTree.py Mon May 27 13:09:54 2013 +0200 +++ b/controls/CustomTree.py Mon May 27 13:10:32 2013 +0200 @@ -39,7 +39,6 @@ def __init__(self, *args, **kwargs): CT.CustomTreeCtrl.__init__(self, *args, **kwargs) - #self.SetBackgroundStyle(wx.BG_STYLE_CUSTOM) self.BackgroundBitmap = None self.BackgroundAlign = wx.ALIGN_LEFT|wx.ALIGN_TOP