We don't want external change to automatically marked the buffer dirty.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203995.html
This commit is contained in:
Pavel Sanda 2018-02-25 14:49:21 +01:00
parent 2e67181036
commit 9df4806f7f

View File

@ -5360,7 +5360,6 @@ void Buffer::Impl::fileExternallyModified(bool const exists)
"checksum unchanged: " << filename);
return;
}
lyx_clean = bak_clean = false;
// If the file has been deleted, only mark the file as dirty since it is
// pointless to prompt for reloading. If later a file is moved into this
// location, then the externally modified warning will appear then.