0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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.
This commit is contained in:
wm4 2019-12-24 09:50:08 +01:00
parent 67650446b5
commit 2636bbbf33

View File

@ -2672,6 +2672,7 @@ function visibility_mode(mode, no_osd)
end end
update_margins() update_margins()
request_tick()
end end
visibility_mode(user_opts.visibility, true) visibility_mode(user_opts.visibility, true)