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:
bbf0109
)
elm_entry: Show cursor handler on resize.
55/109855/1
author
SubodhKumar
<s7158.kumar@samsung.com>
Wed, 11 Jan 2017 13:19:56 +0000
(18:49 +0530)
committer
Subodh Kumar
<s7158.kumar@samsung.com>
Thu, 12 Jan 2017 04:48:50 +0000
(20:48 -0800)
@tizen_fix
Change-Id: I2c2899ce434e13056d278d1b6b8f2ff9f29c1df8
(cherry picked from commit
88852ed331aa04eb09c74dd0dce2f9bda3f6ca67
)
src/lib/elm_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_entry.c
b/src/lib/elm_entry.c
index 91ccc7067dd4570241c8265aea145b5bc8703bd4..dc27f3f597661242c50564db0b0fc7b658baf500 100644
(file)
--- a/
src/lib/elm_entry.c
+++ b/
src/lib/elm_entry.c
@@
-4755,6
+4755,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