mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
micro amendments
This commit is contained in:
parent
fc14f23b89
commit
c457ea90e7
@ -3943,10 +3943,9 @@ void Buffer::addReference(docstring const & label, Inset * inset, ParIterator it
|
||||
void Buffer::setInsetLabel(docstring const & label, InsetLabel const * il,
|
||||
bool const active)
|
||||
{
|
||||
static LabelInfo linfo;
|
||||
LabelInfo linfo;
|
||||
linfo.label = label;
|
||||
linfo.inset = il;
|
||||
linfo.references = References();
|
||||
linfo.active = active;
|
||||
masterBuffer()->d->ref_cache_.push_back(linfo);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user