Sun, 30 Aug 2015 19:21:37 +0200
Fixed an issue in the editor causing the encodings menu not being synchronized after a save operation.
(grafted from c110bcfaad8168648b21feca5e5b555f4ed02523)
QScintilla/Editor.py | file | annotate | diff | comparison | revisions |
--- a/QScintilla/Editor.py Sat Aug 29 15:41:05 2015 +0200 +++ b/QScintilla/Editor.py Sun Aug 30 19:21:37 2015 +0200 @@ -3056,6 +3056,7 @@ self.checkSyntax() self.extractTasks() self.__resetOnlineChangeTraceInfo() + self.__checkEncoding() return True else: self.lastModified = QFileInfo(fn).lastModified()