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

This commit is contained in:
Alexander Larsson 2011-12-14 00:39:56 +01:00
parent d3e3f2aa02
commit e8fecbe391

View file

@ -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);