diff options
author | Richard Linden <none@none> | 2011-03-25 19:13:32 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-25 19:13:32 -0700 |
commit | f443f3e84725d01d47b96a3385ee9ccc494ede89 (patch) | |
tree | 6c1ac1cbd21e13d0190ebefa77c87d599912ca9c /indra/newview/llnavigationbar.cpp | |
parent | d01afc8a6a1af4df7208724c71f916b5c111da95 (diff) |
SOCIAL-717 FIX Artwork for click to move hint
updated resize logic for hint popups to accomodate image size
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
-rw-r--r-- | indra/newview/llnavigationbar.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index 3b160ddc8e..b8832dfd8e 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -57,6 +57,7 @@ #include "llviewercontrol.h" #include "llfloatermediabrowser.h" #include "llweb.h" +#include "llhints.h" #include "llinventorymodel.h" #include "lllandmarkactions.h" @@ -324,6 +325,8 @@ BOOL LLNavigationBar::postBuild() LLTeleportHistory::getInstance()->setHistoryChangedCallback( boost::bind(&LLNavigationBar::onTeleportHistoryChanged, this)); + LLHints::registerHintTarget("nav_bar", LLView::getHandle()); + return TRUE; } |