Feature Request: Shouts should be in bold.
Yes, they should.
This commit is contained in:
@@ -222,6 +222,7 @@ void add_timestamped_line(LLViewerTextEditor* edit, LLChat chat, const LLColor4&
|
||||
LLStyleSP style(new LLStyle);
|
||||
style->setColor(color);
|
||||
style->mItalic = is_irc;
|
||||
style->mBold = chat.mChatType == CHAT_TYPE_SHOUT;
|
||||
edit->appendText(line, false, prepend_newline, style);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user