]> Pileus Git - ~andy/gtk/commit
stylecontext: If we force invalidate, invalidate all properties
authorBenjamin Otte <otte@redhat.com>
Tue, 12 Mar 2013 11:44:03 +0000 (12:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 12 Mar 2013 11:46:37 +0000 (12:46 +0100)
commitfb170239c7cdd19ff43946b262527b062e939bd0
tree23050b3f15590558dd502cf53c0d91f587980105
parente09957a47da9425cc26d1b33cb4e9cc3e92e9ac7
stylecontext: If we force invalidate, invalidate all properties

We only FORCE_INVALIDATE when something weird changes that the CSS
machinery can't detect. But now that our style_updated functions skip
recomputations when some properties don't change we want to make sure
these recomputations are still run. So we just claim all properties
changed.

http://bugzilla.gnome.org/show_bug.cgi?id=695482
gtk/gtkstylecontext.c