elm_win: force wl cursor set on every mouse-in

handle the case where the mouse-in is not over a resize edge more effectively

@fix
This commit is contained in:
Mike Blumenkrantz 2016-06-01 13:10:26 -04:00
parent 0cea935d47
commit 9c8fe08c4f
1 changed files with 4 additions and 0 deletions

View File

@ -880,6 +880,10 @@ _elm_win_mouse_in(Ecore_Evas *ee)
if (!sd) return;
if (sd->resizing) sd->resizing = EINA_FALSE;
#ifdef HAVE_ELEMENTARY_WL2
if (sd->wl.win)
ecore_wl2_window_cursor_from_name_set(sd->wl.win, NULL);
#endif
}
static void