mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 20:45:47 +00:00
parent
1aa131de87
commit
a67a58036f
@ -71,6 +71,8 @@ public:
|
|||||||
UpdateType utype, TocBackend & backend) const override;
|
UpdateType utype, TocBackend & backend) const override;
|
||||||
/// Is the content of this inset part of the immediate (visible) text sequence?
|
/// Is the content of this inset part of the immediate (visible) text sequence?
|
||||||
bool isPartOfTextSequence() const override { return false; }
|
bool isPartOfTextSequence() const override { return false; }
|
||||||
|
///
|
||||||
|
bool inheritFont() const override { return false; }
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
/// \name Static public methods obligated for InsetCommand derived classes
|
/// \name Static public methods obligated for InsetCommand derived classes
|
||||||
|
Loading…
Reference in New Issue
Block a user