[gnome-contacts/new-design] Make FieldRow redraw on allocate, since it draw focus rect now



commit e8fecbe3910c5194d7357f25a3e87abe5ab66a2e
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Dec 14 00:39:56 2011 +0100

    Make FieldRow redraw on allocate, since it draw focus rect now

 src/contacts-contact-pane.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index f34981b..4220bd5 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -419,6 +419,7 @@ public class Contacts.FieldRow : Contacts.Row {
 
   public FieldRow(RowGroup group) {
     base (group);
+    set_redraw_on_allocate (true); // Since we draw the focus rect
 
     clickable = new Clickable (this);
     clickable.set_focus_on_click (true);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]