]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBox.h
Fix bug #6919 by splitting Inset::noFontChange() into inheritFont() and
[features.git] / src / insets / InsetBox.h
index 57c1f795f4840c2d3ab0b534eba1250b5b77caca..922a92f51126b17051bf45200b372e5420915177 100644 (file)
@@ -108,8 +108,10 @@ private:
        bool forcePlainLayout(idx_type = 0) const;
        ///
        bool neverIndent() const { return true; }
-       ///
-       bool noFontChange() const { return true; }
+       /** returns false if, when outputing LaTeX, font changes should
+           be closed before generating this inset. This is needed for
+           insets that may contain several paragraphs */
+       bool inheritFont() const { return false; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///