summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2025-09-09 18:17:22 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2025-09-15 17:36:26 +0300
commitd224e0a232e9e155830d5c8dcc7fbe39b045f27d (patch)
treeb4cb3ae4668e5cba81629268ca45508ed5ce039d /indra/llui
parent6499c24cc68d423d0c23cf8d45d8ca3f5f8155fb (diff)
More texture updates #3; change selected font color to black
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lllineeditor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp
index b534c8d4e8..350c1e6996 100644
--- a/indra/llui/lllineeditor.cpp
+++ b/indra/llui/lllineeditor.cpp
@@ -1954,12 +1954,11 @@ void LLLineEditor::draw()
width = llmin(width, mTextRightEdge - ll_round(rendered_pixels_right));
gl_rect_2d(ll_round(rendered_pixels_right), cursor_top, ll_round(rendered_pixels_right)+width, cursor_bottom, color);
- LLColor4 tmp_color( 1.f - text_color.mV[0], 1.f - text_color.mV[1], 1.f - text_color.mV[2], alpha );
rendered_text += mFontBufferSelection.render(
mGLFont,
mText, mScrollHPos + rendered_text,
rendered_pixels_right, text_bottom,
- tmp_color,
+ LLColor4::black,
LLFontGL::LEFT, LLFontGL::BOTTOM,
0,
LLFontGL::NO_SHADOW,