From 01872dc1e608a89cf3614c5869759088aca3513e Mon Sep 17 00:00:00 2001 From: Daniel Hirt Date: Tue, 28 Jun 2016 19:01:01 +0000 Subject: [PATCH] Ui text: fix invalid call to image api --- src/lib/elementary/efl_ui_text.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_text.c b/src/lib/elementary/efl_ui_text.c index 407728f14c..ed6b7f14ea 100644 --- a/src/lib/elementary/efl_ui_text.c +++ b/src/lib/elementary/efl_ui_text.c @@ -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);