Redraw on allocate (we paint the bg)

This commit is contained in:
Alexander Larsson 2012-05-10 16:35:45 +02:00
parent 36aefcf17c
commit 9c20c4f8bd

View file

@ -81,7 +81,7 @@ public class Contacts.Sorted : Container {
public Sorted () {
set_has_window (true);
set_redraw_on_allocate (false);
set_redraw_on_allocate (true);
children = new Sequence<ChildInfo?>();
child_hash = new HashMap<unowned Widget, unowned ChildInfo?> ();