]> 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>
Fri, 10 Jan 2020 10:24:24 +0000 (11:24 +0100)
commitb7ec3d8515b539260a16e9c5987c4116f4d1257c
tree657db3ce03b756666631a126c7555516c8df8dbc
parentdd27c0c4ee4ff666f35b41a6c4522e9b010e1b2f
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.

(cherry picked from commit aeed6fb8fa35c045697fe6950c6109be8d30884c)
src/insets/InsetInclude.cpp
status.23x