elementary/ews_wm - prevent to add a duplicated animator.

This commit is contained in:
ChunEon Park 2013-05-20 19:17:57 +09:00
parent 7f7cc5ad39
commit 7c652d8a77
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ _elm_ews_border_sig_move_start(void *data, Evas_Object *o __UNUSED__, const char
_ews_border_mover_off.x = x - ox;
_ews_border_mover_off.y = y - oy;
_ews_border_mover_obj = bs_o;
if (_ews_border_mover) ecore_animator_del(_ews_border_mover);
_ews_border_mover = ecore_animator_add(_elm_ews_border_mover, ee);
}