diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index feb6f7bb7..dd362671b 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -1158,6 +1158,9 @@ _e_comp_cb_nocomp_begin(E_Comp *c) cwf = _e_comp_fullscreen_check(c); if (!cwf) return; + if (cwf->bd) + e_border_raise(cwf->bd); + EINA_INLIST_FOREACH(c->wins, cw) { _e_comp_win_release(cw);