]> Pileus Git - ~andy/gtk/commit
widget: Move style context update out of vfunc
authorBenjamin Otte <otte@redhat.com>
Mon, 1 Oct 2012 13:43:21 +0000 (15:43 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 1 Oct 2012 13:53:17 +0000 (15:53 +0200)
commit1e0fe405603b74a88b215defa2a4bcb22495c73f
tree9b4ac705582fefd4f178e305a0946ef40d03aad6
parentdb374a0a87c2775ded931c707aa4dee4a03ad028
widget: Move style context update out of vfunc

Otherwise the evil widgets that don't chain up their map and unmap
vfuncs will not get updated style contexts. This is in particular true
for GtkWindow and the CSS Theming / animated backgrounds demo in
gtk-demo.
gtk/gtkwidget.c