diff options
author | Richard Nelson <none@none> | 2010-09-10 18:06:42 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-09-10 18:06:42 -0700 |
commit | fbcde287363f38a4f73a14bbf3501e34b9698c68 (patch) | |
tree | 785cb941f9ac063844f16ffcea17569e13066757 /indra/newview/llbottomtray.cpp | |
parent | db538aa945c5b977fcdc294f7946870cdc8b5d30 (diff) |
EXP-23 FIX Tail for chat box hint should be slantways instead of horizontal
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-rw-r--r-- | indra/newview/llbottomtray.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index fba15693c8..8c3d30237f 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -470,6 +470,8 @@ BOOL LLBottomTray::postBuild() gMenuHolder->addChild(mBottomTrayContextMenu); mNearbyChatBar = findChild<LLNearbyChatBar>("chat_bar"); + LLHints::registerHintTarget("chat_bar", mNearbyChatBar->LLView::getHandle()); + mChatBarContainer = getChild<LLLayoutPanel>("chat_bar_layout_panel"); mToolbarStack = getChild<LLLayoutStack>("toolbar_stack"); |