GNOME Bugzilla – Bug 688744
Don't use gtk_style_context_set_background() to render icon/tree views
Last modified: 2012-11-20 18:42:37 UTC
See attached patches.
Created attachment 229490 [details] [review] iconview: don't use gtk_style_context_set_background() Render a background with gtk_render_background() during draw instead.
Created attachment 229491 [details] [review] tree-view: don't use gtk_style_context_set_background() Render a background with gtk_render_background() in draw() instead. Note that we still use gtk_style_context_set_background() for the header window.
Attachment 229490 [details] pushed as da09447 - iconview: don't use gtk_style_context_set_background() Attachment 229491 [details] pushed as ddcedda - tree-view: don't use gtk_style_context_set_background()