correctly set E_POINTER_RESIZE_BR mode for client keyboard resizing

typo from when this was refactored

fix T2452, T2579
This commit is contained in:
Mike Blumenkrantz 2016-12-13 11:09:19 -05:00
parent 396f0fe8b1
commit e62423603a
1 changed files with 1 additions and 1 deletions

View File

@ -4415,7 +4415,7 @@ e_client_act_resize_keyboard(E_Client *ec)
EINA_SAFETY_ON_NULL_RETURN(ec);
if (!ec->zone) return;
ec->resize_mode = E_POINTER_RESIZE_TL;
ec->resize_mode = E_POINTER_RESIZE_BR;
ec->keyboard_resizing = 1;
if (!e_client_resize_begin(ec))
{