]> git.lyx.org Git - lyx.git/commitdiff
Revert 3ceb5034
authorEnrico Forestieri <forenr@lyx.org>
Thu, 25 May 2017 17:06:52 +0000 (19:06 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 25 May 2017 17:09:50 +0000 (19:09 +0200)
This does not work when the footnote contains multiple paragraphs
and the font properties are changed outside the inset.

src/insets/InsetFoot.h

index 67755d2cb50cef1367fa6b4e1405cf291fcbbbd0..67110d2574853ce2197310e15c3182ceed8f595f 100644 (file)
@@ -43,8 +43,6 @@ private:
        ///
        Inset * clone() const { return new InsetFoot(*this); }
        ///
-       bool inheritFont() const { return true; }
-       ///
        docstring custom_label_;
        ///
        bool intitle_;