mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00: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:
@@ -2672,6 +2672,7 @@ function visibility_mode(mode, no_osd)
|
||||
end
|
||||
|
||||
update_margins()
|
||||
request_tick()
|
||||
end
|
||||
|
||||
visibility_mode(user_opts.visibility, true)
|
||||
|
||||
Reference in New Issue
Block a user