The issue with the SUM= field is upstream bug # 641198.

With respect to the row/column headers in 1.10.8 we used to use:
color = GO_COLOR_FROM_GDK (style->bg[GTK_STATE_ACTIVE]);
font_color = GO_COLOR_FROM_GDK (style->fg[GTK_STATE_ACTIVE]);

and for the headers matching the selection:

color = GO_COLOR_FROM_GDK (style->dark[GTK_STATE_PRELIGHT]);
font_color = GO_COLOR_FROM_GDK (style->fg[GTK_STATE_PRELIGHT]);


These colors should contrast with each other. So I am still pretty sure that 
the theme you are using is somehow messed up.

Note that for 1.10.13 (not yet released) this will change to 
color = GO_COLOR_FROM_GDK (style->bg[GTK_STATE_NORMAL]);
font_color = GO_COLOR_FROM_GDK (style->fg[GTK_STATE_NORMAL]);
and
color = GO_COLOR_FROM_GDK (style->bg[GTK_STATE_SELECTED]);
font_color = GO_COLOR_FROM_GDK (style->fg[GTK_STATE_SELECTED]);
respectively

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710927

Title:
  black on black cell labels

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to