From 594dcd885a070dbefc1a5565bfb1b43cba7b5e7c Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 25 Apr 2013 17:07:16 -0400 Subject: [PATCH] Default font for an InsetLayout should be to inherit everything. Fixes bug #8610. (cherry picked from commit 6e25ae327284ac52b8337ea969322d6fb304f1b5) --- src/insets/InsetLayout.cpp | 2 +- status.20x | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index c87ebac7b0..d9efb63e64 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -33,7 +33,7 @@ namespace lyx { InsetLayout::InsetLayout() : name_(from_ascii("undefined")), lyxtype_(STANDARD), labelstring_(from_ascii("UNDEFINED")), contentaslabel_(false), - decoration_(DEFAULT), latextype_(NOLATEXTYPE), font_(sane_font), + decoration_(DEFAULT), latextype_(NOLATEXTYPE), font_(inherit_font), labelfont_(sane_font), bgcolor_(Color_error), htmlforcecss_ (false), htmlisblock_(true), multipar_(true), custompars_(true), forceplain_(false), diff --git a/status.20x b/status.20x index a4375021e4..631d88c242 100644 --- a/status.20x +++ b/status.20x @@ -64,6 +64,7 @@ What's new * LYXHTML +- Fix problem with size of superscripts and such inside footnotes (bug 8610). * TEX2LYX -- 2.39.5