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

       if (font.fontInfo().color() != Color_inherit &&
           font.fontInfo().color() != Color_ignore) {

Right. Can you commit it to trunk?

Stefan

Reply via email to