fix: top bar title not inheriting opacity

This commit is contained in:
tomasklaen
2022-09-01 13:09:44 +02:00
parent a4b32e4edc
commit 2008b776fa

View File

@@ -1841,7 +1841,7 @@ function render_top_bar(this)
text = string.format('%d/%d - ', state.playlist_pos, state.playlist_count) .. text
end
ass:txt(this.ax + this.spacing, this.ay + (this.size / 2), 4, text, {
size = this.font_size, wrap = 2, color = 'FFFFFF', border = 1, border_color = '000000',
size = this.font_size, wrap = 2, color = 'FFFFFF', border = 1, border_color = '000000', opacity = opacity,
clip = '\\clip(' .. clip_coordinates .. ')',
})
end