show clients before performing desk flip

see b4e41d52c51a18b6916ab75daaaa07de784a79a8 in e
This commit is contained in:
Mike Blumenkrantz 2015-04-29 17:23:31 -04:00
parent 09f508c2ed
commit 9ffa7c119a
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ _ds_hide(E_Desk *desk)
/* comp hide clients */
e_client_comp_hidden_set(ec, EINA_TRUE);
ec->hidden = 1;
evas_object_show(ec->frame);
evas_object_hide(ec->frame);
}
if (ds_config->disabled_transition_count == DS_LAST) return;