I don't care if the entry is not focused, update the cursor position anyway.

Returning at that point was making non focused entries, like say... the chat buffer in an IM client to not scroll properly when we tell it to do so.


SVN revision: 61917
This commit is contained in:
Iván Briano 2011-07-30 03:15:43 +00:00
parent 22ea003fdd
commit 38248dc51a
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@ _recalc_cursor_geometry(Evas_Object *obj)
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return;
evas_object_smart_callback_call(obj, SIG_CURSOR_CHANGED, NULL);
if (!elm_object_focus_get(obj)) return;
if (!wd->deferred_recalc_job)
{
Evas_Coord cx, cy, cw, ch;