diff --git a/src/bin/termio.c b/src/bin/termio.c index cc234d3d..4168566e 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -4489,6 +4489,8 @@ termio_mouseover_suspend_pushpop(Evas_Object *obj, int dir) { if (sd->anim) ecore_animator_del(sd->anim); sd->anim = NULL; + _smart_apply(obj); +// evas_object_smart_callback_call(obj, "changed", NULL); } else _smart_update_queue(obj, sd);