[LyX/master] Fix bug #10263
Enrico Forestieri
forenr at lyx.org
Wed Aug 12 14:10:06 UTC 2020
commit 001f5a47861f04c985323677dfd17ef15b8c33a7
Author: Enrico Forestieri <forenr at lyx.org>
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_;
More information about the lyx-cvs
mailing list