mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
59f63602f5
commit
f41f88ac2d
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user