]> git.lyx.org Git - features.git/commitdiff
The foot inset does not inherit fonts
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 9 Apr 2021 17:06:28 +0000 (19:06 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 9 Apr 2021 17:06:28 +0000 (19:06 +0200)
Fixes bug #12238.

src/insets/InsetFoot.h

index 1e4b0d26e83749e97e550ef6ceef6bbd5dab78e2..30971c6c08fed7f0c3eae6a17f42d53efcc878f4 100644 (file)
@@ -45,8 +45,6 @@ private:
        ///
        Inset * clone() const override { return new InsetFoot(*this); }
        ///
-       bool inheritFont() const override { return true; }
-       ///
        bool allowMultiPar() const override { return true; }
        ///
        docstring custom_label_;