X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetScript.h;h=3107b6255dd24c28a837bd42dc5f7d463f875204;hb=1bd422355430d4753e48eee298dafaf8c1ac458f;hp=11864d305c4a39e01d37939ad7ed6ef8fff83751;hpb=ccc8ad4744545bf08eb22454c0f6cb91a590f059;p=lyx.git diff --git a/src/insets/InsetScript.h b/src/insets/InsetScript.h index 11864d305c..3107b6255d 100644 --- a/src/insets/InsetScript.h +++ b/src/insets/InsetScript.h @@ -86,6 +86,8 @@ public: /// bool neverIndent() const { return true; } /// + bool inheritFont() const { return false; } + /// int plaintext(odocstringstream & ods, OutputParams const & op, size_t max_length = INT_MAX) const; ///