Re: r23681 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-03-12 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: > -   if (font.fontInfo().color() != Color_inherit) { > +   if (font.fontInfo().color() != Color_ignore) { This fails now with "unknown color inherit" when you set the color to reset. The solution is if (font.fontInfo().color() != Color_inherit &&

Re: r23681 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-03-12 Thread Stefan Schimanski
Am 12.03.2008 um 19:32 schrieb Juergen Spitzmueller: [EMAIL PROTECTED] wrote: - if (font.fontInfo().color() != Color_inherit) { + if (font.fontInfo().color() != Color_ignore) { This fails now with "unknown color inherit" when you set the color to reset. The solution is

Re: r23681 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-03-12 Thread Juergen Spitzmueller
Stefan Schimanski wrote: > Right. Can you commit it to trunk? Yes. Jürgen