Don't inherit font in Label inset

Fix for #12404.
This commit is contained in:
Daniel Ramoeller 2021-10-22 08:32:30 +02:00 committed by Juergen Spitzmueller
parent 1aa131de87
commit a67a58036f

View File

@ -71,6 +71,8 @@ public:
UpdateType utype, TocBackend & backend) const override;
/// Is the content of this inset part of the immediate (visible) text sequence?
bool isPartOfTextSequence() const override { return false; }
///
bool inheritFont() const override { return false; }
//@}
/// \name Static public methods obligated for InsetCommand derived classes