]> git.lyx.org Git - features.git/commit
Fix assertion: bibitem inset without a font
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 19 May 2013 10:28:11 +0000 (12:28 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 19 May 2013 10:48:32 +0000 (12:48 +0200)
commitcd802e5cf6068a5a37bbc3bd58f3cf6d29874233
tree5e68832c974daa9a70b1b8830530fcc47c77fe81
parentd9da8dc2c1b0a902996a6cc2edf703fe043c6fe1
Fix assertion: bibitem inset without a font

Move the cursor in front of a bibitem and press enter.
Paragraph::fixBiblio will insert a new bibitem without a font in the new
paragraph. This will make Paragraph::fontSpan assert because the fontlist_
of the new paragraph is empty.
src/Paragraph.cpp