mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
update buffer after fixBiblio
fixes: #2743
(cherry picked from commit 0a4686d8d3
)
This commit is contained in:
parent
86f999097e
commit
8941ec4b42
@ -3713,6 +3713,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;
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,7 @@ What's new
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
- Fix counter issue with pasted bibitems (bug 8499).
|
||||
- Fix some numbering issues with bibitems (bug 2743, 8499).
|
||||
|
||||
- Deal properly with orphaned bibitems (bug 7160).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user