gengrid: Add missing "moved" callback call on item reorder by key.

This is a gengrid version of de75e6c0e852a2664c0ed022a6f79d6f431f64a0.

@fix
This commit is contained in:
Daniel Juyung Seo 2014-12-26 14:33:32 +09:00
parent 8148de6e17
commit 4e6ce7da7a
1 changed files with 2 additions and 0 deletions

View File

@ -2361,6 +2361,8 @@ _item_move_cb(void *data, double pos)
ELM_GENGRID_ITEM_SCROLLTO_IN);
evas_object_smart_callback_call(sd->obj, SIG_ITEM_REORDER_STOP,
EO_OBJ(sd->reorder.it1));
evas_object_smart_callback_call(sd->obj, SIG_MOVED,
EO_OBJ(sd->reorder.it1));
sd->reorder.running = EINA_FALSE;
}
_elm_widget_focus_highlight_start(sd->obj);