ignore size change configurerequests during maximize if not also changing position

correcty fixes gtk window (un)maximize
This commit is contained in:
Mike Blumenkrantz 2014-03-17 12:56:21 -04:00
parent d8375aaf9d
commit a2025ddaad
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ _e_comp_x_configure_request(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore
}
}
if (resize && (!ec->lock_client_size))
if (resize && (!ec->lock_client_size) && (move || (!ec->maximized)))
{
if ((ec->maximized & E_MAXIMIZE_TYPE) != E_MAXIMIZE_NONE)
{