diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index e0028f0d6..20c319a4d 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -2052,6 +2052,7 @@ _e_comp_smart_hide(Evas_Object *obj) evas_object_event_callback_del_full(o, EVAS_CALLBACK_DEL, _e_comp_object_cb_mirror_del, cw); evas_object_del(o); } + if (!_e_comp_object_animating_end(cw)) return; } if (stopping) return; if (!cw->ec->input_only)