mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix bug #10263
This commit is contained in:
parent
c03d2f17e9
commit
3ceb503490
@ -43,6 +43,8 @@ private:
|
|||||||
///
|
///
|
||||||
Inset * clone() const { return new InsetFoot(*this); }
|
Inset * clone() const { return new InsetFoot(*this); }
|
||||||
///
|
///
|
||||||
|
bool inheritFont() const { return true; }
|
||||||
|
///
|
||||||
docstring custom_label_;
|
docstring custom_label_;
|
||||||
///
|
///
|
||||||
bool intitle_;
|
bool intitle_;
|
||||||
|
Loading…
Reference in New Issue
Block a user