STORM-2136 - Don't send ParcelPropertiesRequest willy nilly on every cursor position change, only send when ShowLandTooltips is enabled
parent
ecbfe28829
commit
a079baa258
|
|
@ -346,6 +346,7 @@ Cinder Roxley
|
|||
STORM-2113
|
||||
STORM-2124
|
||||
STORM-2127
|
||||
STORM-2136
|
||||
Clara Young
|
||||
Coaldust Numbers
|
||||
VWR-1095
|
||||
|
|
|
|||
|
|
@ -951,13 +951,11 @@ static bool needs_tooltip(LLSelectNode* nodep)
|
|||
|
||||
BOOL LLToolPie::handleTooltipLand(std::string line, std::string tooltip_msg)
|
||||
{
|
||||
LLViewerParcelMgr::getInstance()->setHoverParcel( mHoverPick.mPosGlobal );
|
||||
//
|
||||
// Do not show hover for land unless prefs are set to allow it.
|
||||
//
|
||||
|
||||
// Do not show hover for land unless prefs are set to allow it.
|
||||
if (!gSavedSettings.getBOOL("ShowLandHoverTip")) return TRUE;
|
||||
|
||||
|
||||
LLViewerParcelMgr::getInstance()->setHoverParcel( mHoverPick.mPosGlobal );
|
||||
|
||||
// Didn't hit an object, but since we have a land point we
|
||||
// must be hovering over land.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue