From 00b0f42c42724346190d350e8801e19d8d7b9a23 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 29 Jun 2013 01:32:38 +0200 Subject: command: redraw subs if sub-delay is changed Though in practice this probably happened anyway, because OSD was redrawn. --- core/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/command.c') diff --git a/core/command.c b/core/command.c index 9c56b412fd..f273bda2b2 100644 --- a/core/command.c +++ b/core/command.c @@ -1433,7 +1433,7 @@ static int mp_property_sub_delay(m_option_t *prop, int action, void *arg, *(char **)arg = format_delay(opts->sub_delay); return M_PROPERTY_OK; } - return mp_property_generic_option(prop, action, arg, mpctx); + return property_osd_helper(prop, action, arg, mpctx); } static int mp_property_sub_pos(m_option_t *prop, int action, void *arg, -- cgit v1.2.3