commit 001f5a47861f04c985323677dfd17ef15b8c33a7
Author: Enrico Forestieri <[email protected]>
Date:   Wed Aug 12 16:35:12 2020 +0200

    Fix bug #10263
---
 src/insets/InsetFoot.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h
index e938927..bbc8a69 100644
--- a/src/insets/InsetFoot.h
+++ b/src/insets/InsetFoot.h
@@ -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_;
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to