mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
f000295bd1
commit
2df82c4a44
@ -5293,7 +5293,6 @@ void Buffer::Impl::fileExternallyModified(bool const exists)
|
|||||||
"checksum unchanged: " << filename);
|
"checksum unchanged: " << filename);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
lyx_clean = bak_clean = false;
|
|
||||||
// If the file has been deleted, only mark the file as dirty since it is
|
// 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
|
// pointless to prompt for reloading. If later a file is moved into this
|
||||||
// location, then the externally modified warning will appear then.
|
// location, then the externally modified warning will appear then.
|
||||||
|
Loading…
Reference in New Issue
Block a user