--- a/eric6/E5Gui/E5LineEditButton.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/E5Gui/E5LineEditButton.py Tue Oct 06 17:52:44 2020 +0200 @@ -69,7 +69,7 @@ """ if self.__menu: pos = self.mapToGlobal(QPoint(0, self.height())) - self.__menu.exec_(pos) + self.__menu.exec(pos) def paintEvent(self, evt): """