e should now remember pre-maximize sizes for windows across restarts

SVN revision: 79287
This commit is contained in:
Mike Blumenkrantz 2012-11-14 11:39:29 +00:00
parent 7f98512972
commit 1c629696ee
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ _e_remember_update(E_Border *bd, E_Remember *rem)
if (rem->apply & E_REMEMBER_APPLY_POS ||
rem->apply & E_REMEMBER_APPLY_SIZE)
{
if (bd->fullscreen)
if (bd->fullscreen || bd->maximized)
{
rem->prop.pos_x = bd->saved.x;
rem->prop.pos_y = bd->saved.y;