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/lltextbase.cpp | |
| parent | bb914ab5e368aa6265aeb057990074f6f275adbd (diff) | |
#3778 #3654 Split text and background selection colors
Diffstat (limited to 'indra/llui/lltextbase.cpp')
| -rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index fae22fd248..41e7094163 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -1378,7 +1378,7 @@ void LLTextBase::draw() // Draw highlighted if needed if( ll::ui::SearchableControl::getHighlighted() ) { - const LLColor4& bg_color = ll::ui::SearchableControl::getHighlightColor(); + const LLColor4& bg_color = ll::ui::SearchableControl::getHighlightBgColor(); LLRect bg_rect = mVisibleTextRect; if( mScroller ) bg_rect.intersectWith( text_rect ); |
