Helpviewer/HelpBrowserWV.py

changeset 3621
15f23ed3f216
parent 3591
2f2a4a76dd22
child 3633
869c7cb9dc15
--- a/Helpviewer/HelpBrowserWV.py	Fri May 30 13:17:20 2014 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Fri May 30 15:16:40 2014 +0200
@@ -1187,8 +1187,8 @@
             if element.tagName().lower() in ["input", "textarea"]:
                 if menu.isEmpty():
                     pageMenu = self.page().createStandardContextMenu()
-                    directionFound = False  # used to detect double
-                                            # direction entry
+                    directionFound = False
+                    # used to detect double direction entry
                     for act in pageMenu.actions():
                         if act.isSeparator():
                             menu.addSeparator()

eric ide

mercurial