Setting max|=E_MAXIMIZE_BOTH after resizing it causes the hints to disagree with the geometry. This was causing max_vert or max_horz windows to come up max_both on a restart of E.

SVN revision: 29760
This commit is contained in:
Eric Schuele 2007-04-29 03:24:16 +00:00
parent ae393e4c27
commit b0e216db4e
1 changed files with 0 additions and 1 deletions

View File

@ -1767,7 +1767,6 @@ e_border_maximize(E_Border *bd, E_Maximize max)
else if ((max & E_MAXIMIZE_DIRECTION) == E_MAXIMIZE_HORIZONTAL)
e_border_move_resize(bd, x1, bd->y, w, bd->h);
max |= E_MAXIMIZE_BOTH;
break;
case E_MAXIMIZE_SMART:
case E_MAXIMIZE_EXPAND: