Ui text: fix cursor api call

This widget doesn't have a text part.
This commit is contained in:
Daniel Hirt 2017-06-20 15:31:08 +03:00
parent 40e97c6589
commit ec02b5f3fb
1 changed files with 5 additions and 2 deletions

View File

@ -1208,8 +1208,11 @@ _efl_ui_text_elm_widget_on_focus_region(Eo *obj EINA_UNUSED, Efl_Ui_Text_Data *s
{
Evas_Coord edje_x, edje_y, elm_x, elm_y;
edje_object_part_text_cursor_geometry_get
(sd->entry_edje, "elm.text", x, y, w, h);
efl_text_cursor_geometry_get(obj,
efl_text_cursor_get(obj, EFL_TEXT_CURSOR_GET_MAIN),
EFL_TEXT_CURSOR_TYPE_BEFORE,
x, y, w, h,
NULL, NULL, NULL, NULL);
if (sd->single_line)
{