eric6/WebBrowser/StatusBar/ImagesIcon.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7781
607a6098cb44
--- a/eric6/WebBrowser/StatusBar/ImagesIcon.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/WebBrowser/StatusBar/ImagesIcon.py	Tue Oct 06 17:52:44 2020 +0200
@@ -81,7 +81,7 @@
         act.setChecked(Preferences.getWebBrowser("AutoLoadImages"))
         act.toggled.connect(self.__setGlobalLoadingImages)
         
-        menu.exec_(pos)
+        menu.exec(pos)
     
     @pyqtSlot()
     def __updateIcon(self):

eric ide

mercurial