From 5958eff3380552febfe4dba397ee04dae9ae31d8 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 31 Oct 2013 16:07:05 +0900 Subject: [PATCH] unbreak inlined media being unparented when tab selector is used 82f4d3546a78a8f0280ac912816e86f6b2c77404 introduced this bug (oct 20 2013 - discomfitor). now missing a _smart_apply() causes the bug. why - not sure. --- src/bin/termio.c | 2 ++ 1 file changed, 2 insertions(+) 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);