diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Project/LexerAssociationDialog.py --- a/src/eric7/Project/LexerAssociationDialog.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Project/LexerAssociationDialog.py Thu May 25 19:51:47 2023 +0200 @@ -109,6 +109,7 @@ self.editorFileExtEdit.clear() self.editorLexerCombo.setCurrentIndex(0) + @pyqtSlot(QTreeWidgetItem, int) def on_editorLexerList_itemClicked(self, itm, column): """ Private slot to handle the clicked signal of the lexer association