diff --git a/sub/osd.c b/sub/osd.c index 811b6c821b..fcdc7dd4df 100644 --- a/sub/osd.c +++ b/sub/osd.c @@ -253,6 +253,7 @@ static void check_obj_resize(struct osd_state *osd, struct mp_osd_res res, { if (!osd_res_equals(res, obj->vo_res)) { obj->vo_res = res; + obj->osd_changed = true; mp_client_broadcast_event_external(osd->global->client_api, MP_EVENT_WIN_RESIZE, NULL); }