]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.C
mathed uglyfication
[lyx.git] / src / mathed / math_factory.C
index 865736a5234a2b860521910086eefb3ad1e592b5..dbf0223d3d452a2278f6046b999b99385abc43c8 100644 (file)
@@ -311,7 +311,9 @@ MathAtom createMathInset(string const & s)
        if (s == "boldsymbol")
                return MathAtom(new MathBoldsymbolInset);
        if (s == "color")
-               return MathAtom(new MathColorInset);
+               return MathAtom(new MathColorInset(true));
+       if (s == "textcolor")
+               return MathAtom(new MathColorInset(false));
        if (s == "dfrac")
                return MathAtom(new MathDfracInset);