diff options
author | Richard Linden <none@none> | 2010-10-07 15:35:17 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-07 15:35:17 -0700 |
commit | d8e40a49ed6b57c5f2b0325803a11cf04b987652 (patch) | |
tree | ab9950771ee01d196c23c4d97853c3ee453cdc49 /indra/newview/llbottomtray.cpp | |
parent | 2292360d8a001e05c8b95a1dc3db1c00dfec94f5 (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.cpp | 1 |
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)); |