diff --git a/client/renderers/EGL/egl.c b/client/renderers/EGL/egl.c index d957d1a0..92b01700 100644 --- a/client/renderers/EGL/egl.c +++ b/client/renderers/EGL/egl.c @@ -1242,6 +1242,7 @@ static void egl_spiceShow(LG_Renderer * renderer, bool show) { struct Inst * this = UPCAST(struct Inst, renderer); this->showSpice = show; + egl_calc_mouse_size(this); egl_desktopSpiceShow(this->desktop, show); }