Comment 2 for bug 534073

Revision history for this message
Randal Barlow (email-tehk) wrote :

Thank you for pointing out these issues.

I corrected histogram font coloring in r737 using combined colors and I plan to do the same with some other items. The day label used text_gc[gtk.STATE_SELECTED] if leading other wise it uses text_gc[gtk.STATE_INSENSITIVE] instead of fg_gc. I changed this in r738.

The histogram background is colored with your treeview base color, which I assume you have set to white. This is behaving as expected.