diff options
author | angela <angela@lindenlab.com> | 2009-10-30 08:11:56 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-10-30 08:11:56 +0800 |
commit | c3b2f98012a32c0f241b814a27113e756961778c (patch) | |
tree | 9f39748f0697626141f5afbab2e60c4315004cde /indra/newview/lltoolpie.cpp | |
parent | 9a07f0bac936be0978eb5a7c7067568e4eb2fac4 (diff) |
media inspector https icon
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index 42ecfa8cde..2ba4d97674 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -779,7 +779,7 @@ BOOL LLToolPie::handleToolTip(S32 local_x, S32 local_y, MASK mask) LLToolTipMgr::instance().show(LLToolTip::Params() .message(tooltip_msg) .image(LLUI::getUIImage("Info_Off")) - .click_callback(boost::bind(showObjectInspector, hover_object->getID())) + .click_callback(boost::bind(showObjectInspector, hover_object->getID(), mHoverPick.mObjectFace)) .time_based_media(is_time_based_media) .media_playing(is_media_playing) .click_playmedia_callback(boost::bind(playCurrentMedia, mHoverPick)) |