mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Reset failedtoload_ bool when include inset params are changed (#11842)
This commit is contained in:
parent
5bc66b5f45
commit
d9b884341c
@ -376,6 +376,9 @@ void InsetInclude::setParams(InsetCommandParams const & p)
|
||||
// invalidate the cache
|
||||
child_buffer_ = 0;
|
||||
|
||||
// reset in order to prevent loading new file
|
||||
failedtoload_ = false;
|
||||
|
||||
InsetCommand::setParams(p);
|
||||
set_label_ = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user