--- a/eric7/WebBrowser/UrlBar/FavIconLabel.py Sun May 16 20:07:24 2021 +0200 +++ b/eric7/WebBrowser/UrlBar/FavIconLabel.py Mon May 17 19:58:15 2021 +0200 @@ -76,7 +76,7 @@ @param evt reference to the mouse event (QMouseEvent) """ if evt.button() == Qt.MouseButton.LeftButton: - self.__showPopup(evt.globalPos()) + self.__showPopup(evt.globalPosition().toPoint()) super().mouseReleaseEvent(evt) def mouseMoveEvent(self, evt):