eric7/WebBrowser/Bookmarks/BookmarksMenu.py

branch
eric7
changeset 8323
3bb9b7d997db
parent 8318
962bce857696
child 8356
68ec9c3d4de5
--- a/eric7/WebBrowser/Bookmarks/BookmarksMenu.py	Tue May 18 18:19:47 2021 +0200
+++ b/eric7/WebBrowser/Bookmarks/BookmarksMenu.py	Tue May 18 19:25:53 2021 +0200
@@ -155,6 +155,7 @@
         """
         act = self.actionAt(pos)
         
+        # TODO: change this to not use act.menu()
         if (
             act is not None and
             act.menu() is None and

eric ide

mercurial