screen limits option now affects windows lost prior to enabling the option, patch by Deon Thomas

ticket #1711


SVN revision: 78829
This commit is contained in:
Mike Blumenkrantz 2012-11-02 07:44:00 +00:00
parent f37f21c247
commit c5b9a2b768
1 changed files with 2 additions and 2 deletions

View File

@ -3494,9 +3494,9 @@ e_border_idler_before(void)
bd->changes.visible = 0;
}
if((bd->changed) && (bd->zone))
if(bd->zone)
{
if(e_config->screen_limits == E_SCREEN_LIMITS_PARTLY)
if(e_config->screen_limits != E_SCREEN_LIMITS_COMPLETELY)
_e_border_move_lost_window_to_center(bd);
}
}