Use standard glyph for inline chat input

This commit is contained in:
Etoh 2017-12-28 19:32:27 +00:00
parent 0e5838e9b9
commit dcd5a6729b

View File

@ -445,8 +445,9 @@ function input_ass()
local firststyle = "{\\an"..alignment.."}{\\pos("..position..")}" local firststyle = "{\\an"..alignment.."}{\\pos("..position..")}"
if opts['chatOutputEnabled'] and opts['chatOutputMode'] == CHAT_MODE_CHATROOM and opts['chatInputPosition'] == "Top" then if opts['chatOutputEnabled'] and opts['chatOutputMode'] == CHAT_MODE_CHATROOM and opts['chatInputPosition'] == "Top" then
cglyph = "_" firststyle = get_output_style().."{'\\1c&H'"..fontColor.."}"
firststyle = get_output_style() before_cur = before_cur .. firststyle
after_cur = after_cur .. firststyle
help_prompt = '\n'..firststyle..'{\\1c&H'..HINT_TEXT_COLOUR..'}' .. osd_help_message .. '\n' help_prompt = '\n'..firststyle..'{\\1c&H'..HINT_TEXT_COLOUR..'}' .. osd_help_message .. '\n'
end end
if key_hints_enabled == false then help_prompt = "" end if key_hints_enabled == false then help_prompt = "" end