projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daca89d
)
elm_entry: Show cursor handler on resize.
74/109774/2
author
SubodhKumar
<s7158.kumar@samsung.com>
Wed, 11 Jan 2017 13:19:56 +0000
(18:49 +0530)
committer
SubodhKumar
<s7158.kumar@samsung.com>
Wed, 11 Jan 2017 13:24:02 +0000
(18:54 +0530)
@tizen_fix
Change-Id: I2c2899ce434e13056d278d1b6b8f2ff9f29c1df8
src/lib/elm_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_entry.c
b/src/lib/elm_entry.c
index 22912e40fa2996e6e1629c33dea3b2b3b43a7490..410b7e656d8c93f0e5bc0c2fdc75c8f9f74a3a85 100644
(file)
--- a/
src/lib/elm_entry.c
+++ b/
src/lib/elm_entry.c
@@
-4774,6
+4774,11
@@
_elm_entry_resize_internal(Evas_Object *obj)
elm_widget_show_region_set(obj, cx, cy, cw, ch, EINA_FALSE);
}
/* END */
+
+ // TIZEN_ONLY(20170111) Show cursor handler on resize
+ if (sd->cursor_handler_shown)
+ _update_cursor_handler(obj, sd);
+ //
}
static void