--- 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):