front...front...front...BACK! BACK! NO WAIT FRONT! NO, BACK! ARRRRRRRRRRGHHHHHHHHHHHHHHHHHHHH

finding this commit wasted an hour of my life.


SVN revision: 65867
This commit is contained in:
Mike Blumenkrantz 2011-12-04 07:35:33 +00:00
parent 762c57d0d9
commit 7db72819ed
1 changed files with 1 additions and 1 deletions

View File

@ -1642,7 +1642,7 @@ elm_flip_content_front_set(Evas_Object *obj, Evas_Object *content)
int i;
if (!wd) return;
if (wd->front.content == content) return;
if (wd->front.content) evas_object_del(wd->back.content);
if (wd->front.content) evas_object_del(wd->front.content);
wd->front.content = content;
if (content)
{