controls/CustomTree.py
changeset 1177 4cbbc58b91b4
parent 1165 99972084890d
child 1188 63afb5833bd8
--- 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