scroll-actor: Paint children in pick mode
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 15 May 2012 14:06:20 +0000 (15:06 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 15 May 2012 14:14:04 +0000 (15:14 +0100)
commitc54c3047f80274e9ab773541bc7d99c2d692778f
treecb6e6362af653a4867f6fb797bc7059b4b72a779
parent39a4929d75bb882551cd51632befd02c0c2fcf4b
scroll-actor: Paint children in pick mode

Chaining up to the parent's implementation of pick() is not enough: we
need to paint our children explicitly because of the compatibility mode
checks we use to avoid breaking custom containers.

https://bugzilla.gnome.org/show_bug.cgi?id=676088
clutter/clutter-scroll-actor.c