eric7/WebBrowser/WebBrowserView.py

branch
eric7
changeset 8695
8a5179bced9e
parent 8692
9c72f9bc9d72
child 8698
b108ff4d845c
--- a/eric7/WebBrowser/WebBrowserView.py	Sat Oct 16 20:41:44 2021 +0200
+++ b/eric7/WebBrowser/WebBrowserView.py	Sun Oct 17 15:26:01 2021 +0200
@@ -561,6 +561,7 @@
             pos = evt.globalPos()
             self.__menu.popup(QPoint(pos.x(), pos.y() + 1))
     
+    # TODO: change all lambda functions to partials to fix an issue
     def __createContextMenu(self, menu, hitTest):
         """
         Private method to populate the context menu.

eric ide

mercurial