mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
osc: fix missing chapter ticks with seekbarstyle=bar
This commit is contained in:
parent
90b968a67a
commit
894dbcd1b7
@ -560,6 +560,7 @@ function render_elements(master_ass)
|
||||
if (slider_lo.stype == "slider") then
|
||||
foH = elem_geo.h / 2
|
||||
elseif (slider_lo.stype == "bar") then
|
||||
foV = foV + 1
|
||||
foH = slider_lo.border + slider_lo.gap
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user