diff options
Diffstat (limited to 'indra/llui/llstyle.cpp')
-rw-r--r-- | indra/llui/llstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llstyle.cpp b/indra/llui/llstyle.cpp index c16ac08014..fd3f88d1f6 100644 --- a/indra/llui/llstyle.cpp +++ b/indra/llui/llstyle.cpp @@ -40,7 +40,7 @@ LLStyle::Params::Params() : visible("visible", true), - drop_shadow("drop_shadow", false), + drop_shadow("drop_shadow", LLFontGL::NO_SHADOW), color("color", LLColor4::black), font("font", LLFontGL::getFontMonospace()), image("image"), |