projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
391fdc5
)
Ui text: fix invalid call to image api
author
Daniel Hirt
<daniel.hirt@samsung.com>
Tue, 28 Jun 2016 19:01:01 +0000
(19:01 +0000)
committer
Daniel Hirt
<daniel.hirt@samsung.com>
Sun, 3 Jul 2016 17:10:56 +0000
(17:10 +0000)
src/lib/elementary/efl_ui_text.c
patch
|
blob
|
history
diff --git
a/src/lib/elementary/efl_ui_text.c
b/src/lib/elementary/efl_ui_text.c
index
407728f
..
ed6b7f1
100644
(file)
--- 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);