controls/PouInstanceVariablesPanel.py
changeset 1636 ad3dee8b6d48
parent 1571 486f94a8032c
child 1669 54da2cfe0180
--- a/controls/PouInstanceVariablesPanel.py	Mon Jan 16 12:15:20 2017 +0300
+++ b/controls/PouInstanceVariablesPanel.py	Mon Jan 16 12:22:58 2017 +0300
@@ -93,7 +93,7 @@
             images_bbx = self.GetItemRightImagesBBox(item)
             r_image_w, r_image_h = self._imageListRight.GetSize(rightimages[0])
             
-            dc.SetBrush(wx.WHITE_BRUSH)
+            dc.SetBrush(wx.TRANSPARENT_BRUSH)
             dc.SetPen(wx.TRANSPARENT_PEN)
             
             bg_width = (r_image_w + 4) * len(rightimages) + 4