--- a/eric7/QScintilla/MiniEditor.py Sun Jun 20 18:31:39 2021 +0200 +++ b/eric7/QScintilla/MiniEditor.py Tue Jun 22 19:05:18 2021 +0200 @@ -3008,7 +3008,6 @@ Private method to configure the eol mode of the editor. """ eolMode = self.__getEditorConfig("EOLMode") - eolMode = QsciScintilla.EolMode(eolMode) self.__textEdit.setEolMode(eolMode) def __setMonospaced(self, on):