diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-05 19:40:06 +0300 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-05 19:40:06 +0300 |
commit | 0ada8944ee7427c2ea175602b6a139f2fa23cf73 (patch) | |
tree | 7b3eb93239ac76a558f959cd498c3fbff3ed5e11 /indra/llui/llchatentry.cpp | |
parent | 58d2896a0717f993c8848f6b5bf08f650ec9f272 (diff) |
CHUI-964 ADD FIX Oversized "To" input field hides actual IM text
Diffstat (limited to 'indra/llui/llchatentry.cpp')
-rwxr-xr-x | indra/llui/llchatentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index c7e732e0c9..c04b70eb64 100755 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -158,7 +158,7 @@ void LLChatEntry::onValueChange(S32 start, S32 end) resetLabel(); } -bool LLChatEntry::useLabel() +bool LLChatEntry::useLabel() const { return !getLength() && !mLabel.empty(); } |