unshade if shaded and selected

SVN revision: 15297
This commit is contained in:
Carsten Haitzler 2005-06-13 11:00:41 +00:00
parent 44b06ccc52
commit 01bdee0099
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ e_winlist_hide(void)
if (bd)
{
if (bd->iconic) e_border_uniconify(bd);
if (bd->shaded) e_border_unshade(bd, bd->shade.dir);
else if (bd->desk)
{
if (!bd->sticky) e_desk_show(bd->desk);