Revert "block client mouse move calls from comp object during move/resize"

This reverts commit 4464c681fd.

on the right track but not 100%...
This commit is contained in:
Mike Blumenkrantz 2017-06-24 12:10:43 -04:00
parent 4464c681fd
commit 0a67a96df3
1 changed files with 0 additions and 1 deletions

View File

@ -475,7 +475,6 @@ _e_comp_object_cb_mouse_move(void *data, Evas *e EINA_UNUSED, Evas_Object *obj E
if (!cw->ec) return;
if (e_client_action_get() && (e_client_action_get() != cw->ec)) return;
if (cw->ec->moving || e_client_util_resizing_get(cw->ec)) return;
e_client_mouse_move(cw->ec, &ev->cur.output);
}
/////////////////////////////////////