From 894dbcd1b7f471e1232b3ce51ef3ec801537c63c Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Wed, 26 Oct 2016 00:56:04 +0100 Subject: osc: fix missing chapter ticks with seekbarstyle=bar --- player/lua/osc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 058a3f8d17..838f86d370 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -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 -- cgit v1.2.3