aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llbutton.cpp b/linden/indra/llui/llbutton.cpp
index d35dd57..1d44537 100644
--- a/linden/indra/llui/llbutton.cpp
+++ b/linden/indra/llui/llbutton.cpp
@@ -648,7 +648,7 @@ void LLButton::draw()
648 mGLFont->render(label, 0, (F32)x, (F32)(LLBUTTON_V_PAD + y_offset), 648 mGLFont->render(label, 0, (F32)x, (F32)(LLBUTTON_V_PAD + y_offset),
649 label_color, 649 label_color,
650 mHAlign, LLFontGL::BOTTOM, 650 mHAlign, LLFontGL::BOTTOM,
651 mDropShadowedText ? LLFontGL::DROP_SHADOW : LLFontGL::NORMAL, 651 mDropShadowedText ? LLFontGL::DROP_SHADOW_SOFT : LLFontGL::NORMAL,
652 U32_MAX, drawable_width, 652 U32_MAX, drawable_width,
653 NULL, FALSE, FALSE); 653 NULL, FALSE, FALSE);
654 } 654 }