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 caade0432a
commit d5aceefc91
1 changed files with 1 additions and 1 deletions

View File

@ -4411,7 +4411,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))
{