eric7/QScintilla/MiniEditor.py

branch
eric7
changeset 8437
3408f5174e2f
parent 8358
144a6b854f70
child 8637
394377638256
diff -r f3554a0a34ca -r 3408f5174e2f eric7/QScintilla/MiniEditor.py
--- 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):

eric ide

mercurial