jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4153320476eed88ff11e169651c8123a2513abef

commit 4153320476eed88ff11e169651c8123a2513abef
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Jan 19 17:48:15 2018 +0900

    widget: Ooops! Fix focus break in previous patch.
    
    Sorry... Weird that elementary_test worked fine. I might have badly
    tested.
---
 src/lib/elementary/efl_ui_widget.eo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/efl_ui_widget.eo 
b/src/lib/elementary/efl_ui_widget.eo
index 340ed501b7..737478d5a5 100644
--- a/src/lib/elementary/efl_ui_widget.eo
+++ b/src/lib/elementary/efl_ui_widget.eo
@@ -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.]]
    }

-- 


Reply via email to