this was redundant and confusing so I hit it with a hammer

SVN revision: 69777
This commit is contained in:
Mike Blumenkrantz 2012-03-30 01:33:07 +00:00
parent 6df7d0b89f
commit 1ee37720e6
1 changed files with 1 additions and 4 deletions

View File

@ -811,10 +811,7 @@ flip_show_hide(Evas_Object *obj)
evas_object_show(wd->front.clip);
else
evas_object_hide(wd->front.clip);
if (wd->back.content)
evas_object_hide(wd->back.clip);
else
evas_object_hide(wd->back.clip);
evas_object_hide(wd->back.clip);
}
}
else