From 2636bbbf330ada736da697133e11d79b84e5134f Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Dec 2019 09:50:08 +0100 Subject: osc: redraw on visibility option runtime changes This affects behavior when using the "del" default key binding. Sometimes, setting visibility to always did not draw it correctly. This probably fixes it. --- player/lua/osc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'player/lua') diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 7af75c2bda..66b3c58d59 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -2672,6 +2672,7 @@ function visibility_mode(mode, no_osd) end update_margins() + request_tick() end visibility_mode(user_opts.visibility, true) -- cgit v1.2.3