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
1 changed files with 1 additions and 0 deletions

View File

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