diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llstyle.cpp b/linden/indra/llui/llstyle.cpp index 7c46114..58cf200 100644 --- a/linden/indra/llui/llstyle.cpp +++ b/linden/indra/llui/llstyle.cpp | |||
@@ -102,7 +102,7 @@ LLStyle &LLStyle::operator=(const LLStyle &rhs) | |||
102 | mItalic = rhs.mItalic; | 102 | mItalic = rhs.mItalic; |
103 | mBold = rhs.mBold; | 103 | mBold = rhs.mBold; |
104 | mUnderline = rhs.mUnderline; | 104 | mUnderline = rhs.mUnderline; |
105 | mDropShadow = rhs.mUnderline; | 105 | mDropShadow = rhs.mDropShadow; |
106 | mIsEmbeddedItem = rhs.mIsEmbeddedItem; | 106 | mIsEmbeddedItem = rhs.mIsEmbeddedItem; |
107 | } | 107 | } |
108 | 108 | ||