update buffer after fixBiblio

fixes: #2743
(cherry picked from commit 0a4686d8d3)
This commit is contained in:
Juergen Spitzmueller 2019-04-20 19:53:24 +02:00
parent 86f999097e
commit 8941ec4b42
2 changed files with 3 additions and 1 deletions

View File

@ -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;
}

View File

@ -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).