only block mouse-out callback for wl action clients if the mouse is grabbed

This commit is contained in:
Mike Blumenkrantz 2016-06-01 13:06:27 -04:00
parent 3c9013eeb0
commit 48ee824c63
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ _e_comp_wl_evas_cb_mouse_out(void *data, Evas *evas EINA_UNUSED, Evas_Object *ob
uint32_t serial;
if (!(ec = data)) return;
if (ec->cur_mouse_action) return;
if (ec->cur_mouse_action && e_grabinput_mouse_win_get()) return;
/* FIXME? this is a hack to just reset the cursor whenever we mouse out. not sure if accurate */
{
Evas_Object *o;