From: Enrico Forestieri Date: Wed, 12 Aug 2020 14:35:12 +0000 (+0200) Subject: Fix bug #10263 X-Git-Tag: lyx-2.4.0dev-acb2ca7b~413 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=001f5a47861f04c985323677dfd17ef15b8c33a7;p=lyx.git Fix bug #10263 --- diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index e938927385..bbc8a6934a 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_;