map: Fix elm_map usage (typo)

This commit is contained in:
Jean-Philippe Andre 2016-10-17 19:28:14 +09:00
parent d7a2e8608b
commit 7a33ca696e
1 changed files with 1 additions and 1 deletions

View File

@ -3896,7 +3896,7 @@ _elm_map_pan_efl_gfx_position_set(Eo *obj, Elm_Map_Pan_Data *_pd EINA_UNUSED, Ev
if (_evas_object_intercept_call(obj, EVAS_OBJECT_INTERCEPT_CB_MOVE, 0, x, y))
return;
efl_gfx_position_set(efl_super(obj, MY_CLASS), x, y);
efl_gfx_position_set(efl_super(obj, MY_PAN_CLASS), x, y);
evas_object_smart_changed(obj);
}