ignore size change configurerequests during maximize if not also changing position

correcty fixes gtk window (un)maximize
devs/discomfitor/eo
Mike Blumenkrantz 9 years ago
parent d8375aaf9d
commit a2025ddaad
  1. 2
      src/bin/e_comp_x.c

@ -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)
{

Loading…
Cancel
Save