Skip to content
Snippets Groups Projects
Commit c389577a authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

STORM-578 FIXED using the color setting for "URLs" from Preferences for names...

STORM-578 FIXED using the color setting for "URLs" from Preferences for names in Nearby Chat toasts.
parent 39e43036
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,8 @@ void LLNearbyChatToastPanel::init(LLSD& notification) ...@@ -224,7 +224,8 @@ void LLNearbyChatToastPanel::init(LLSD& notification)
href = LLSLURL("object", mFromID, "inspect").getSLURLString(); href = LLSLURL("object", mFromID, "inspect").getSLURLString();
} }
style_params_name.color(textColor); LLColor4 user_name_color = LLUIColorTable::instance().getColor("HTMLLinkColor");
style_params_name.color(user_name_color);
std::string font_name = LLFontGL::nameFromFont(messageFont); std::string font_name = LLFontGL::nameFromFont(messageFont);
std::string font_style_size = LLFontGL::sizeFromFont(messageFont); std::string font_style_size = LLFontGL::sizeFromFont(messageFont);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment