Ui text: fix invalid call to image api
authorDaniel Hirt <daniel.hirt@samsung.com>
Tue, 28 Jun 2016 19:01:01 +0000 (19:01 +0000)
committerDaniel Hirt <daniel.hirt@samsung.com>
Sun, 3 Jul 2016 17:10:56 +0000 (17:10 +0000)
src/lib/elementary/efl_ui_text.c

index 407728f..ed6b7f1 100644 (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);