]> Pileus Git - ~andy/gtk/commit
scrolled-window: fix rendering of scrolled window background
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 28 Aug 2012 15:51:18 +0000 (11:51 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 28 Aug 2012 15:51:18 +0000 (11:51 -0400)
commit582a3a319387d480f81565c8cf4d4e2a38ffffda
tree8b65dc58a1e63ff55cf45f8ba0654aa932079223
parentfe026b3b2fd11d25de1a094a3390e1a4980c02a0
scrolled-window: fix rendering of scrolled window background

- don't poke at the children's background pattern at draw time, but just
  call gtk_render_background()
- we should propagate rendering of the background to the overshoot
  window when the state flags or the style changes, or it won't respond
  to e.g. focused/backdrop changes correctly

https://bugzilla.gnome.org/show_bug.cgi?id=682854
gtk/gtkscrolledwindow.c