diff -r eafe8e83e3ef -r afbd61b99bf4 src/eric7/QScintilla/Editor.py --- a/src/eric7/QScintilla/Editor.py Sun Jul 24 11:33:12 2022 +0200 +++ b/src/eric7/QScintilla/Editor.py Mon Jul 25 16:58:55 2022 +0200 @@ -3525,8 +3525,6 @@ self.lastModified = ( pathlib.Path(fn).stat().st_mtime if pathlib.Path(fn).exists() else 0 ) - 0 - ) return False def saveFileAs(self, path=None, toProject=False):