diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-03-05 23:00:47 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-03-06 08:50:53 +0200 |
commit | 616547993a6ad3135987d75eca9f753438984985 (patch) | |
tree | 459daa74ce019362711a11f9e87ebae3667861a2 /indra/llui/llscrolllistctrl.cpp | |
parent | aa060ae56c62869bb1d0f590e9a6eb681aabcefc (diff) |
#3654 Searchable disabled settings not readable when highlighted
Diffstat (limited to 'indra/llui/llscrolllistctrl.cpp')
-rw-r--r-- | indra/llui/llscrolllistctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index 93bd3c6bed..943aff1ca1 100644 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -3394,7 +3394,7 @@ bool LLScrollListCtrl::highlightMatchingItems(const std::string& filter_str) bool res = false; - setHighlightedColor(LLUIColorTable::instance().getColor("SearchableControlHighlightColor", LLColor4::red)); + setHighlightedColor(LLUIColorTable::instance().getColor("SearchableControlHighlightColor", LLColor4::red4)); std::string filter_str_lc(filter_str); LLStringUtil::toLower(filter_str_lc); |