Redraw on allocate (we paint the bg)
This commit is contained in:
parent
36aefcf17c
commit
9c20c4f8bd
1 changed files with 1 additions and 1 deletions
|
@ -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?> ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue