Ui text: fix invalid call to image api

This commit is contained in:
Daniel Hirt 2016-06-28 19:01:01 +00:00
parent 391fdc5cac
commit 01872dc1e6
1 changed files with 0 additions and 1 deletions

View File

@ -5570,7 +5570,6 @@ _update_text_cursors(Eo *obj)
{
if (bidi_cursor)
{
evas_object_image_fill_set(sd->cursor_bidi, 0, 0, ww, hh / 2);
evas_object_move(sd->cursor_bidi, x + xx2, y + yy2 + (hh / 2));
evas_object_resize(sd->cursor, ww, hh / 2);
evas_object_resize(sd->cursor_bidi, ww, hh / 2);