From: Enrico Forestieri Date: Thu, 25 May 2017 17:06:52 +0000 (+0200) Subject: Revert 3ceb5034 X-Git-Tag: 2.3.0beta1~346 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2dde90a8fe48c976c49ff934e67dd4b4ffb5f746;p=features.git Revert 3ceb5034 This does not work when the footnote contains multiple paragraphs and the font properties are changed outside the inset. --- diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index 67755d2cb5..67110d2574 100644 --- a/src/insets/InsetFoot.h +++ b/src/insets/InsetFoot.h @@ -43,8 +43,6 @@ private: /// Inset * clone() const { return new InsetFoot(*this); } /// - bool inheritFont() const { return true; } - /// docstring custom_label_; /// bool intitle_;