The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 6e25ae327284ac52b8337ea969322d6fb304f1b5 Author: Richard Heck <[email protected]> Date: Thu Apr 25 17:07:16 2013 -0400 Default font for an InsetLayout should be to inherit everything. Fixes bug #8610. diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 7729485..aa35f50 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -34,7 +34,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), ----------------------------------------------------------------------- Summary of changes: src/insets/InsetLayout.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
