[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 &&
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
Stefan Schimanski wrote:
> Right. Can you commit it to trunk?
Yes.
Jürgen