mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +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:
parent
67650446b5
commit
2636bbbf33
@ -2672,6 +2672,7 @@ function visibility_mode(mode, no_osd)
|
||||
end
|
||||
|
||||
update_margins()
|
||||
request_tick()
|
||||
end
|
||||
|
||||
visibility_mode(user_opts.visibility, true)
|
||||
|
Loading…
Reference in New Issue
Block a user