more frame throttling

SVN revision: 66848
This commit is contained in:
Mike Blumenkrantz 2012-01-04 05:16:04 +00:00
parent ce851e3ed3
commit 074b211a27
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ _changed_size_hints(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__,
// FIXME: why is this needed? how does edje get this unswallowed or
// lose its callbacks to edje
if (!wd) return;
if (wd->anim) return;
edje_object_part_swallow(wd->frm, "elm.swallow.content", wd->content);
_sizing_eval(data);
}