diff -r b112bfdde5cc -r 5b6ad7a7fd9d controls/CustomToolTip.py --- a/controls/CustomToolTip.py Sat Aug 19 21:06:54 2017 +0300 +++ b/controls/CustomToolTip.py Mon Aug 21 21:55:18 2017 +0300 @@ -30,9 +30,9 @@ TOOLTIP_MAX_LINE = 5 # Maximum number of line in ToolTip TOOLTIP_WAIT_PERIOD = 0.5 # Wait period before displaying tooltip in second -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- # Custom ToolTip -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- class CustomToolTip(wx.PopupWindow):