summaryrefslogtreecommitdiff
path: root/indra/llui/llchatentry.cpp
diff options
context:
space:
mode:
authorPavelK ProductEngine <pkrivich@productengine.com>2013-06-05 19:40:06 +0300
committerPavelK ProductEngine <pkrivich@productengine.com>2013-06-05 19:40:06 +0300
commit0ada8944ee7427c2ea175602b6a139f2fa23cf73 (patch)
tree7b3eb93239ac76a558f959cd498c3fbff3ed5e11 /indra/llui/llchatentry.cpp
parent58d2896a0717f993c8848f6b5bf08f650ec9f272 (diff)
CHUI-964 ADD FIX Oversized "To" input field hides actual IM text
Diffstat (limited to 'indra/llui/llchatentry.cpp')
-rwxr-xr-xindra/llui/llchatentry.cpp2
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();
}