]> git.lyx.org Git - features.git/commitdiff
Default font for an InsetLayout should be to inherit everything.
authorRichard Heck <rgheck@lyx.org>
Thu, 25 Apr 2013 21:07:16 +0000 (17:07 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 7 May 2013 15:49:56 +0000 (11:49 -0400)
Fixes bug #8610.
(cherry picked from commit 6e25ae327284ac52b8337ea969322d6fb304f1b5)

src/insets/InsetLayout.cpp
status.20x

index c87ebac7b0ef9eeba15871534d15edfe166356eb..d9efb63e642d15d81d41fb7175d2ce85a31d2e9d 100644 (file)
@@ -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), 
index a4375021e4e784d685b357f7b85d3c4b55020f89..631d88c242f16fd6a788123f792a758eb342fd79 100644 (file)
@@ -64,6 +64,7 @@ What's new
 
 * LYXHTML
 
+- Fix problem with size of superscripts and such inside footnotes (bug 8610).
 
 
 * TEX2LYX