--- a/src/eric7/UI/UserInterface.py Tue Nov 26 19:46:36 2024 +0100 +++ b/src/eric7/UI/UserInterface.py Fri Nov 29 10:55:01 2024 +0100 @@ -6581,7 +6581,6 @@ dlg = IconEditorWindow(fn, self, fromEric=True, project=self.project) dlg.show() - @pyqtSlot() @pyqtSlot(str) def __showPixmap(self, fn): """ @@ -6596,7 +6595,6 @@ if dlg.getStatus(): dlg.show() - @pyqtSlot() @pyqtSlot(str) def __showSvg(self, fn): """