diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-21 16:29:54 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-21 16:29:54 -0700 |
commit | 51bdbc9481f6194b2851ee51c98d671e8b952aca (patch) | |
tree | 779568460b10d56fba180cb0ef6d9434cf59f1fc /indra/newview/llimview.cpp | |
parent | 92fd54c6c6c337b5b7d46f038075a5a28ebb03b3 (diff) | |
parent | 36b8a909c7aeec46e6c027f7fbe5d246867e19ec (diff) |
merge
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 6e9baed5f2..33c6b2218c 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1683,6 +1683,8 @@ BOOL LLCallDialog::postBuild() LLView *anchor_panel = gToolBarView->findChildView("speak"); setDockControl(new LLDockControl(anchor_panel, this, getDockTongue(), LLDockControl::TOP)); + setUseTongue(anchor_panel); + return TRUE; } |