From e8fecbe3910c5194d7357f25a3e87abe5ab66a2e Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 14 Dec 2011 00:39:56 +0100 Subject: [PATCH] Make FieldRow redraw on allocate, since it draw focus rect now --- src/contacts-contact-pane.vala | 1 + 1 file changed, 1 insertion(+) 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);