]> git.lyx.org Git - lyx.git/commitdiff
Fix bug #10263
authorEnrico Forestieri <forenr@lyx.org>
Wed, 12 Aug 2020 14:35:12 +0000 (16:35 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 12 Aug 2020 14:35:12 +0000 (16:35 +0200)
src/insets/InsetFoot.h

index e93892738544ad456dad317ef6fd666b8c58267f..bbc8a6934aca850b36249bf2eb023b477858377c 100644 (file)
@@ -45,6 +45,10 @@ private:
        ///
        Inset * clone() const { return new InsetFoot(*this); }
        ///
+       bool inheritFont() const { return true; }
+       ///
+       bool allowMultiPar() const { return true; }
+       ///
        docstring custom_label_;
        ///
        bool intitle_;