elm_interface_scrollable: add focus override

it seems this override got lost somewhere
This commit is contained in:
Marcel Hollerbach 2017-04-19 14:11:02 +02:00
parent 8afa54f179
commit 4450ff374f
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ mixin Elm.Interface_Scrollable(Efl.Ui.Scrollable, Efl.Canvas.Group, Efl.Ui.Focus
Efl.Canvas.Group.group_add;
Efl.Canvas.Group.group_del;
Efl.Ui.Focus.Manager.border_elements { get; }
Efl.Ui.Focus.Manager.focus;
}
events {
changed; [[Called when content changed]]