osc: fix missing chapter ticks with seekbarstyle=bar

This commit is contained in:
Ricardo Constantino 2016-10-26 00:56:04 +01:00
parent 90b968a67a
commit 894dbcd1b7
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 1 additions and 0 deletions

View File

@ -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