diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index abe4225fd..c6b82298c 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -123,7 +123,7 @@ _e_comp_wl_evas_cb_show(void *data, Evas *evas EINA_UNUSED, Evas_Object *obj EIN if (!ec->override) e_hints_window_visible_set(ec); - if (!ec->ignored) + if ((!ec->ignored) && (!ec->comp_data->cursor)) { if (ec->new_client) ec->take_focus = !starting;