]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_sqrtinset.C
index 65023a12b400cdd9bb317c8d9456aeeb152c5687..684049e769febd9e9c1be11c85c3717befba8101 100644 (file)
@@ -39,7 +39,7 @@ void MathSqrtInset::draw(Painter & pain, int x, int y) const
        xp[1] = x + 8;      yp[1] = y - a + 1;
        xp[2] = x + 5;      yp[2] = y + d - 1;
        xp[3] = x;          yp[3] = y + (d - a)/2;
-       pain.lines(xp, yp, 4, LColor::mathline);
+       pain.lines(xp, yp, 4, LColor::math);
 }