Revert "The foot inset does not inherit fonts"

Due to braindead semantics, this is not possible.

This reverts commit 59f63602f5.
This commit is contained in:
Jean-Marc Lasgouttes 2021-04-10 13:44:07 +02:00
parent 59f63602f5
commit f41f88ac2d

View File

@ -45,6 +45,8 @@ private:
///
Inset * clone() const override { return new InsetFoot(*this); }
///
bool inheritFont() const override { return true; }
///
bool allowMultiPar() const override { return true; }
///
docstring custom_label_;