diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/E5Gui/E5ModelMenu.py --- a/eric6/E5Gui/E5ModelMenu.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/E5Gui/E5ModelMenu.py Tue Oct 06 17:52:44 2020 +0200 @@ -398,7 +398,7 @@ actionRect = self.actionGeometry(act) drag.setPixmap(self.grab(actionRect)) - if drag.exec_() == Qt.MoveAction: + if drag.exec() == Qt.MoveAction: row = idx.row() if self.__dropIndex == idx.parent() and self.__dropRow <= row: row += 1