set ecresize in e_client_resize_begin()

This commit is contained in:
Mike Blumenkrantz 2014-02-07 14:24:37 -05:00
parent 2817bf025b
commit 86d92adba6
1 changed files with 1 additions and 0 deletions

View File

@ -4127,6 +4127,7 @@ e_client_resize_begin(E_Client *ec)
if (e_config->border_raise_on_mouse_action)
evas_object_raise(ec->frame);
}
ecresize = ec;
return EINA_TRUE;
error:
ec->resize_mode = E_POINTER_RESIZE_NONE;