mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25182 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
17625fa03c
commit
435e223f7c
@ -145,7 +145,10 @@ bool CacheItem::tryDisplayFormat() const
|
||||
pimpl_->reset();
|
||||
FileName filename;
|
||||
string from;
|
||||
return pimpl_->tryDisplayFormat(filename, from);
|
||||
bool const success = pimpl_->tryDisplayFormat(filename, from);
|
||||
if (!success)
|
||||
pimpl_->reset();
|
||||
return success;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user