mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
One more.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a40183c0a9
commit
10585e780c
@ -117,6 +117,7 @@ FontInfo Text::labelFont(Buffer const & buffer, Paragraph const & par) const
|
||||
// In case the default family has been customized
|
||||
if (layout.labelfont.family() == INHERIT_FAMILY)
|
||||
lf.setFamily(buffer.params().getFont().fontInfo().family());
|
||||
// FIXME As above....
|
||||
InsetCollapsable const * icp = par.inInset()->asInsetCollapsable();
|
||||
if (!icp)
|
||||
return lf;
|
||||
|
Loading…
Reference in New Issue
Block a user