unbreak inlined media being unparented when tab selector is used

82f4d3546a introduced this bug (oct 20
2013 - discomfitor). now missing a _smart_apply() causes the bug. why
- not sure.
This commit is contained in:
Carsten Haitzler 2013-10-31 16:07:05 +09:00
parent 854c5479e0
commit 5958eff338
1 changed files with 2 additions and 0 deletions

View File

@ -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);