QScintilla/MiniEditor.py

changeset 6112
cc1fc199643b
parent 6105
cbd34d558bd9
child 6116
f3d3c996c193
diff -r d38b38117d83 -r cc1fc199643b QScintilla/MiniEditor.py
--- 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