[gnome-contacts/wip/sorted] Redraw on allocate (we paint the bg)
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-contacts/wip/sorted] Redraw on allocate (we paint the bg)
- Date: Fri, 11 May 2012 06:54:08 +0000 (UTC)
commit 9c20c4f8bda35e75a57e6d51a2a6c26797947657
Author: Alexander Larsson <alexl redhat com>
Date:   Thu May 10 16:35:45 2012 +0200
    Redraw on allocate (we paint the bg)
 src/contacts-sorted.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-sorted.vala b/src/contacts-sorted.vala
index ca8a196..6ef995c 100644
--- a/src/contacts-sorted.vala
+++ b/src/contacts-sorted.vala
@@ -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?> ();
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]