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): """