]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathMacroTemplate.h
Fix bug #6919 by splitting Inset::noFontChange() into inheritFont() and
[features.git] / src / mathed / MathMacroTemplate.h
index be3b7ee5f2e17bd1943c019979d9b8c9051faf5b..0efbb24a84b1114c6cff4894821c3ced201748fd 100644 (file)
@@ -58,7 +58,7 @@ public:
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
-       bool noFontChange() const { return true; }
+       bool inheritFont() const { return false; }
 
        ///
        docstring name() const;