The patch: Index: src/Text.cpp =================================================================== --- src/Text.cpp (Revision 18599) +++ src/Text.cpp (Arbeitskopie) @@ -1330,8 +1331,10 @@ checkBufferStructure(cur.buffer(), cur); } - if (cur.pos() == cur.lastpos()) + if (cur.pos() == cur.lastpos()) { + cur.bv().textMetrics(this).redoParagraph(cur.pit()); setCurrentFont(cur); + } needsUpdate |= handleBibitems(cur);
The question though is why the cursor must be updated at that position in the code.
Stefan
PGP.sig
Description: Signierter Teil der Nachricht