]> git.lyx.org Git - features.git/commit
Do not check again and again for non existing files
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 16 Dec 2019 17:26:55 +0000 (18:26 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:49 +0000 (15:48 +0200)
commit9a19a6d927d8cbd07d9987b8a9a0d5a2a2ee2b0a
tree71dcd6695bd5f2e4d1b923fdefcb4cd9a024cbb6
parent5d3fb02949cd3a2d247e34f8bfb983a51e4473f2
Do not check again and again for non existing files

If the file of an InsetInclude does not exist, loadIfNeeded will try
again and again to look for it. This is very bad for files with many
include insets, especially on windows.

Fixes bug #11656.
src/insets/InsetInclude.cpp