summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2009-11-20 09:47:47 +0800
committerangela <angela@lindenlab.com>2009-11-20 09:47:47 +0800
commit496ad115b102111cb394c09663d9da579f07b606 (patch)
tree7a0904097f6f035937ae9dd7bb13508985837fe6 /indra/llui/lltextbase.cpp
parentb6ad65c04edc6e79637bf8ac9daf40b3654d80a6 (diff)
Fix EXT-2645 Ensure link colors applied consistently to all text sources
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index cd795282f9..e210667764 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -1505,6 +1505,7 @@ void LLTextBase::appendText(const std::string &new_text, bool prepend_newline, c
LLStyle::Params link_params = style_params;
link_params.color = match.getColor();
+ link_params.readonly_color = match.getColor();
// apply font name from requested style_params
std::string font_name = LLFontGL::nameFromFont(style_params.font());
std::string font_size = LLFontGL::sizeFromFont(style_params.font());