Here's a little one for André:

Index: src/mathed/math_macro.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_macro.C,v
retrieving revision 1.73
diff -u -p -r1.73 math_macro.C
--- src/mathed/math_macro.C     2001/08/17 09:48:24     1.73
+++ src/mathed/math_macro.C     2001/09/24 12:33:43
@@ -98,7 +98,7 @@ void MathMacro::draw(Painter & pain, int
 
        metrics(size());
 
-       LColor::color col;
+       //LColor::color col;
 
        if (mathcursor && mathcursor->isInside(this)) {
 
@@ -123,10 +123,10 @@ void MathMacro::draw(Painter & pain, int
                        drawStr(pain, LM_TC_TEX, size(), x + 3, h, str);
                        h += std::max(c.descent(), ldes) + 5;
                }
-               col = LColor::red;
+               //col = LColor::red;
        } else {
                expanded_.draw(pain, x + 3, y);
-               col = LColor::black;
+               //col = LColor::black;
        }
 
        //if (nargs() > 0)

Reply via email to