herdsman pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=01872dc1e608a89cf3614c5869759088aca3513e

commit 01872dc1e608a89cf3614c5869759088aca3513e
Author: Daniel Hirt <[email protected]>
Date:   Tue Jun 28 19:01:01 2016 +0000

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

-- 


Reply via email to