editors/ConfTreeNodeEditor.py
changeset 1737 a39c2918c015
parent 1736 7e61baa047f0
child 1739 ec153828ded2
--- a/editors/ConfTreeNodeEditor.py	Mon Aug 14 23:27:15 2017 +0300
+++ b/editors/ConfTreeNodeEditor.py	Mon Aug 14 23:34:22 2017 +0300
@@ -100,7 +100,7 @@
         pos_x = (width-bw)/2+dw      # adjust for bitmap and text to centre
         pos_y = (height-bh-th)/2+dy
         if bmp !=None:
-            dc.DrawBitmap(bmp, pos_x, pos_y, hasMask) # draw bitmap if available
+            dc.DrawBitmap(bmp, pos_x, pos_y, hasMask)  # draw bitmap if available
             pos_x = (width-tw)/2+dw      # adjust for bitmap and text to centre
             pos_y += bh + 2