mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
9370135c3e
commit
0a4686d8d3
@ -3723,6 +3723,8 @@ int Paragraph::fixBiblio(Buffer const & buffer)
|
||||
insertInset(0, inset, font, Change(track_changes ? Change::INSERTED
|
||||
: Change::UNCHANGED));
|
||||
|
||||
// This is needed to get the counters right
|
||||
buffer.updateBuffer();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user