From 59f63602f5bc4a9dd3426761dceb9cb5aa4e656a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 9 Apr 2021 19:06:28 +0200 Subject: [PATCH] The foot inset does not inherit fonts Fixes bug #12238. --- src/insets/InsetFoot.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index 1e4b0d26e8..30971c6c08 100644 --- a/src/insets/InsetFoot.h +++ b/src/insets/InsetFoot.h @@ -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_; -- 2.39.2