controls/CustomToolTip.py
changeset 1744 69dfdb26f600
parent 1737 a39c2918c015
child 1769 4665ba25a0ba
--- a/controls/CustomToolTip.py	Tue Aug 15 17:01:51 2017 +0300
+++ b/controls/CustomToolTip.py	Tue Aug 15 22:38:43 2017 +0300
@@ -61,7 +61,7 @@
             wx.SWISS,
             wx.NORMAL,
             wx.NORMAL,
-            faceName = faces["mono"])
+            faceName=faces["mono"])
 
         self.Bind(wx.EVT_PAINT, self.OnPaint)