Revert "osc.lua: draw box layout below console"

This reverts commit 2dd5bd4cd1.

Instead of drawing the box layout below any other overlay with z >= 0
which may not be wanted, the next commit will increase console's z only
in select mode instead.
This commit is contained in:
Guido Cella
2025-01-10 20:33:49 +01:00
committed by Avi Halachmi
parent 4c083f130d
commit 2ecfe3ecf7

View File

@@ -2502,7 +2502,7 @@ local function render()
-- submit
set_osd(osc_param.playresy * osc_param.display_aspect,
osc_param.playresy, ass.text, user_opts.layout == "box" and -1 or 1000)
osc_param.playresy, ass.text, 1000)
end
-- called by mpv on every frame