There was a bug that the window didn't resize when user geometry flag set, unset and set.
This was because the lock_client_size set to TRUE.
So, we fix code to set lock_client_size to FALSE when the user geometry flag is set.
Change-Id: I29f58f81547ceb42b9a30c359f6c9e3436031109
ec->lock_client_location = EINA_FALSE;
}
+ _e_policy_client_maximize_policy_cancel(pc);
+
ec->lock_client_size = EINA_FALSE;
ec->placed = 1;
- _e_policy_client_maximize_policy_cancel(pc);
EC_CHANGED(ec);
}
else if (!set && pc->allow_user_geom)