]> git.lyx.org Git - lyx.git/commit
Fix assertion: icon in insetinfo 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:34 +0000 (12:48 +0200)
commit8a403368485ce1fa6313adbe9c6e45afb49583cb
treeecb953ce4ef6081bcc61785d304e94aa9809725e
parentcd802e5cf6068a5a37bbc3bd58f3cf6d29874233
Fix assertion: icon in insetinfo without a font

InsetInfos of the type ICON have a graphics Inset in their paragraph.
These insets were inserted without a font. This lead to an assertion in
Paragraph::fontSpan because the fontlist_ of the paragraph is empty.
src/insets/InsetInfo.cpp