diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-11 18:12:32 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-11 18:12:32 +0200 |
commit | ee759fb32eeedc240199c30e0556d4f6db1fe343 (patch) | |
tree | 4af76b25b157061ead6a4446356c8b252165bb03 /indra/newview/llnearbychatbar.cpp | |
parent | cb96aa0913567be7c2b0974878c87fda5aa53c55 (diff) | |
parent | b360b994a8f588aa28ab5c5498d5cd79a907fb97 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychatbar.cpp')
-rw-r--r-- | indra/newview/llnearbychatbar.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp index d54545971b..3993431311 100644 --- a/indra/newview/llnearbychatbar.cpp +++ b/indra/newview/llnearbychatbar.cpp @@ -260,6 +260,8 @@ bool LLNearbyChatBar::instanceExists() void LLNearbyChatBar::draw() { +// TODO: mantipov: remove +/* LLRect rect = getRect(); S32 max_width = getMaxWidth(); @@ -269,6 +271,7 @@ void LLNearbyChatBar::draw() reshape(rect.getWidth(), rect.getHeight(), FALSE); setRect(rect); } +*/ displaySpeakingIndicator(); LLPanel::draw(); |