Don't unfullscreen if the desk isn't visible.

SVN revision: 15610
This commit is contained in:
sebastid 2005-07-01 10:24:58 +00:00 committed by sebastid
parent 086cb877a4
commit 0888177bd3
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ e_border_hide(E_Border *bd, int manage)
_e_border_move_end(bd);
e_zone_flip_coords_handle(bd->zone, -1, -1);
}
if (bd->fullscreen)
if ((bd->desk->visible) && (bd->fullscreen))
e_border_unfullscreen(bd);
if (bd->resize_mode != RESIZE_NONE)
{