From d69cf288880b245eee23170de599573690ec65e6 Mon Sep 17 00:00:00 2001 From: Gra Date: Fri, 24 Apr 2009 14:09:59 +0200 Subject: [PATCH] Splitted a line in a comment to fit in 79 cols. --- tooltip.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tooltip.py b/tooltip.py index a35c241..939ef17 100644 --- a/tooltip.py +++ b/tooltip.py @@ -168,7 +168,8 @@ class ToolTip: # otherwise when the mouse enters the tip window we get # a leave event and it disappears, and then we get an enter # event and it reappears, and so on forever :-( - # or we take care that the mouse pointer is always outside the tipwindow :-) + # or we take care that the mouse pointer is always outside the + # tipwindow :-) tw = self._tipwindow twx, twy = tw.winfo_reqwidth(), tw.winfo_reqheight() w, h = tw.winfo_screenwidth(), tw.winfo_screenheight() -- 2.45.1