controls/CustomTree.py
changeset 1745 f9d32913bad4
parent 1736 7e61baa047f0
child 1749 d73b64672238
--- a/controls/CustomTree.py	Tue Aug 15 22:38:43 2017 +0300
+++ b/controls/CustomTree.py	Wed Aug 16 11:47:27 2017 +0300
@@ -53,7 +53,7 @@
         CT.CustomTreeCtrl.__init__(self, *args, **kwargs)
 
         self.BackgroundBitmap = None
-        self.BackgroundAlign = wx.ALIGN_LEFT|wx.ALIGN_TOP
+        self.BackgroundAlign = wx.ALIGN_LEFT | wx.ALIGN_TOP
 
         self.AddMenu = None
         self.Enabled = False