]> git.lyx.org Git - lyx.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, 26 Dec 2019 15:45:40 +0000 (16:45 +0100)
commitaeed6fb8fa35c045697fe6950c6109be8d30884c
treefe4b0c1efe24bc1ccb7f2053a02359637706b8fc
parent38ca174819a5318694211b8703e6e1c7129e1145
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