Fixed a typo in the mini editor.

Sun, 04 Feb 2018 10:45:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 04 Feb 2018 10:45:53 +0100
changeset 6112
cc1fc199643b
parent 6111
d38b38117d83
child 6113
0cf5c9683a51

Fixed a typo in the mini editor.

QScintilla/MiniEditor.py file | annotate | diff | comparison | revisions
--- a/QScintilla/MiniEditor.py	Sat Feb 03 18:41:49 2018 +0100
+++ b/QScintilla/MiniEditor.py	Sun Feb 04 10:45:53 2018 +0100
@@ -2584,7 +2584,7 @@
             self.__textEdit.setIndentationsUseTabs(True)
         else:
             self.__textEdit.setIndentationsUseTabs(
-                self.__getCurrentWord("TabForIndentation"))
+                self.__getEditorConfig("TabForIndentation"))
     
     def __setTextDisplay(self):
         """

eric ide

mercurial