Make FieldRow redraw on allocate, since it draw focus rect now
This commit is contained in:
parent
d3e3f2aa02
commit
e8fecbe391
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue