From 10585e780ca225d07be61363e876f8b8d00e4592 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 15 Aug 2008 01:03:51 +0000 Subject: [PATCH] One more. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26170 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text2.cpp b/src/Text2.cpp index 9dfcfe1c2e..30faefd3f7 100644 --- a/src/Text2.cpp +++ b/src/Text2.cpp @@ -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;