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 336fdfe2c3..38608745c1 100644 --- a/indra/llui/llstyle.cpp +++ b/indra/llui/llstyle.cpp @@ -102,7 +102,7 @@ LLStyle &LLStyle::operator=(const LLStyle &rhs) mItalic = rhs.mItalic; mBold = rhs.mBold; mUnderline = rhs.mUnderline; - mDropShadow = rhs.mUnderline; + mDropShadow = rhs.mDropShadow; mIsEmbeddedItem = rhs.mIsEmbeddedItem; } |
