mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Buffer cloning: copy the different bib caches.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32920 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
696613d881
commit
e4e43f63d2
@ -307,6 +307,10 @@ Buffer::Impl::Impl(Buffer & parent, FileName const & file, bool readonly_,
|
||||
temppath = cloned_buffer_->d->temppath;
|
||||
file_fully_loaded = true;
|
||||
params = cloned_buffer_->d->params;
|
||||
bibfiles_cache_ = cloned_buffer_->d->bibfiles_cache_;
|
||||
bibinfo_ = cloned_buffer_->d->bibinfo_;
|
||||
bibinfo_cache_valid_ = cloned_buffer_->d->bibinfo_cache_valid_;
|
||||
bibfile_status_ = cloned_buffer_->d->bibfile_status_;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user