elementary: fix flip, who show the two faces at same time

SVN revision: 79535
This commit is contained in:
Michael BOUCHAUD 2012-11-22 11:00:09 +00:00
parent 923765d6ba
commit e6b83eadc8
1 changed files with 1 additions and 4 deletions

View File

@ -873,10 +873,7 @@ _flip_show_hide(Evas_Object *obj)
}
else
{
if (sd->front.content)
evas_object_show(sd->front.clip);
else
evas_object_hide(sd->front.clip);
evas_object_hide(sd->front.clip);
if (sd->back.content)
evas_object_show(sd->back.clip);
else