fix: remove unneeded closing curly brace from title (#159)

This commit is contained in:
christoph-heinrich
2022-09-01 10:41:58 +02:00
committed by GitHub
parent 60ded9c0f2
commit b84d272b3c

View File

@@ -2104,7 +2104,7 @@ function render_menu(this)
ass:txt(this.ax + this.width / 2, this.ay - (this.item_height * 0.5), 5, this.title, {
size = this.font_size, bold = true, color = options.color_background_text,
shadow = 1, shadow_color = options.color_background, wrap = 2, opacity = opacity,
clip = '\\clip(' .. this.ax .. ',' .. this.ay - this.item_height .. ',' .. this.bx .. ',' .. this.ay .. ')}',
clip = '\\clip(' .. this.ax .. ',' .. this.ay - this.item_height .. ',' .. this.bx .. ',' .. this.ay .. ')',
})
end