diff options
| author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-11 17:05:36 +0200 |
|---|---|---|
| committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-11 17:05:36 +0200 |
| commit | 8523d2d5b641cb5b0e4557237700065bd24daf83 (patch) | |
| tree | e804f3d19d558f36480f7b9a7ed38382fbe5542b /indra/llui/lltextbase.cpp | |
| parent | 9a88d4b02de57bf1e9e4e22d30d95f358d9ec37c (diff) | |
fix for normal bug EXT-2303 Distinguish Object-generated Nearby Chat from other Nearby Chat
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lltextbase.cpp')
| -rw-r--r-- | indra/llui/lltextbase.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 97ba691341..69b45af3e7 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -995,6 +995,12 @@ void LLTextBase::setColor( const LLColor4& c ) mFgColor = c; } +//virtual +void LLTextBase::setReadOnlyColor(const LLColor4 &c) +{ + mReadOnlyFgColor = c; +} + //virtual void LLTextBase::setValue(const LLSD& value ) { |
