diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index f5d3345c9..3da060ea5 100644 --- a/src/bin/e_comp_x.c +++ b/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) {