widget: Ooops! Fix focus break in previous patch.

Sorry... Weird that elementary_test worked fine. I might have badly
tested.
This commit is contained in:
Jean-Philippe Andre 2018-01-19 17:48:15 +09:00
parent 20570f74d3
commit 4153320476
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ abstract Efl.Ui.Widget (Efl.Canvas.Group, Efl.Access,
Efl.Ui.Cursor.cursor { get; set; }
Efl.Ui.Cursor.cursor_style { get; set; }
Efl.Ui.Cursor.cursor_theme_search_enabled { get; set; }
Efl.Ui.Focus.Object.on_focus_update;
Efl.Ui.Translatable.translation_update; [[This implements the calls to $gettext() and $text_set().]]
Efl.Part.part; [[Returns @Efl.Ui.Widget.Part.]]
}