set resize mode for keyboard resizes

fix T1297
This commit is contained in:
Mike Blumenkrantz 2014-05-30 11:02:04 -04:00
parent 29b57b40f6
commit 3033c550d1
1 changed files with 1 additions and 0 deletions

View File

@ -3926,6 +3926,7 @@ e_client_act_resize_keyboard(E_Client *ec)
{
EINA_SAFETY_ON_NULL_RETURN(ec);
ec->resize_mode = E_POINTER_RESIZE_TL;
if (!e_client_resize_begin(ec))
return;