diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-03-20 19:37:25 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-03-21 09:39:25 +0200 |
commit | d2dd881a5c840b5132396d6e8353b38b79d69e23 (patch) | |
tree | 158383ecaf3f12ff7150d42d475e9e5b70ac64d2 /indra/llui/llbutton.cpp | |
parent | bb914ab5e368aa6265aeb057990074f6f275adbd (diff) |
#3778 #3654 Split text and background selection colors
Diffstat (limited to 'indra/llui/llbutton.cpp')
-rw-r--r-- | indra/llui/llbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index 1bce31edb1..d2534b3939 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -837,7 +837,7 @@ void LLButton::draw() // Highlight if needed if( ll::ui::SearchableControl::getHighlighted() ) - label_color = ll::ui::SearchableControl::getHighlightColor(); + label_color = ll::ui::SearchableControl::getHighlightFontColor(); // overlay with keyboard focus border if (hasFocus()) |