Ui text: don't send focus action to cursor on init

It made the cursor animation start on init, even if widget wasn't
focused.
This commit is contained in:
Daniel Hirt 2017-07-03 20:37:39 +03:00
parent 2bb0a1123e
commit e7f7636ac1
1 changed files with 0 additions and 2 deletions

View File

@ -4670,8 +4670,6 @@ _create_text_cursors(Eo *obj, Efl_Ui_Text_Data *sd)
efl_file_get(sd->entry_edje, &file, NULL);
sd->cursor = _decoration_create(sd, file, "elm/entry/cursor/default", EINA_TRUE);
sd->cursor_bidi = _decoration_create(sd, file, "elm/entry/cursor/default", EINA_TRUE);
edje_object_signal_emit(sd->cursor, "elm,action,focus", "elm");
edje_object_signal_emit(sd->cursor_bidi, "elm,action,focus", "elm");
if (!efl_ui_text_interactive_editable_get(obj))
{