Elm.Entry: force cursor change on size_eval signal

This is a follow-up to ba060fe932.
Fixes T4274.
This commit is contained in:
Daniel Hirt 2016-08-08 16:41:06 +03:00
parent d27c27528c
commit 3eae9ff74f
1 changed files with 2 additions and 0 deletions

View File

@ -3631,6 +3631,8 @@ _entry_on_size_evaluate_signal(void *data,
const char *emission EINA_UNUSED,
const char *source EINA_UNUSED)
{
ELM_ENTRY_DATA_GET(data, sd);
sd->cur_changed = EINA_TRUE;
elm_entry_calc_force(data);
}