summaryrefslogtreecommitdiff
path: root/indra/newview/llbottomtray.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-07 15:35:17 -0700
committerRichard Linden <none@none>2010-10-07 15:35:17 -0700
commitd8e40a49ed6b57c5f2b0325803a11cf04b987652 (patch)
treeab9950771ee01d196c23c4d97853c3ee453cdc49 /indra/newview/llbottomtray.cpp
parent2292360d8a001e05c8b95a1dc3db1c00dfec94f5 (diff)
EXP-156 FIXED custom Skylight hints
moved move hint down to bottom of screen made destination hint go away on teleport
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-rw-r--r--indra/newview/llbottomtray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp
index d869850b7c..fd11045f56 100644
--- a/indra/newview/llbottomtray.cpp
+++ b/indra/newview/llbottomtray.cpp
@@ -517,6 +517,7 @@ void LLBottomTray::toggleCameraControls()
BOOL LLBottomTray::postBuild()
{
+ LLHints::registerHintTarget("bottom_tray", LLView::getHandle());
LLHints::registerHintTarget("dest_guide_btn", getChild<LLUICtrl>("destinations_btn")->getHandle());
LLUICtrl::CommitCallbackRegistry::currentRegistrar().add("NearbyChatBar.Action", boost::bind(&LLBottomTray::onContextMenuItemClicked, this, _2));