The foot inset does not inherit fonts

Fixes bug #12238.
This commit is contained in:
Jean-Marc Lasgouttes 2021-04-09 19:06:28 +02:00
parent c9146e5be0
commit 59f63602f5

View File

@ -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_;