elm_win: show pointer canvas after setting cursor

setting cursor calls resize, which is what sets the surface size

 #IGot99TicketsBut1x1AintOne
This commit is contained in:
Mike Blumenkrantz 2017-07-21 16:17:55 -04:00
parent 9a56b267cd
commit d67bdc92b7
1 changed files with 1 additions and 2 deletions

View File

@ -962,10 +962,9 @@ _elm_win_mouse_in(Ecore_Evas *ee)
if ((sd->wl.win) && (sd->pointer.ee))
{
sd->pointer.visible = EINA_TRUE;
ecore_evas_show(sd->pointer.ee);
sd->pointer.surf = ecore_wl2_window_surface_get(sd->pointer.win);
_elm_win_wl_cursor_set(sd->obj, NULL);
ecore_evas_show(sd->pointer.ee);
}
#endif
}