SL-11528 FIXED Object Profile > Details does not show magenta highlight for mesh objects

meow-7.2.2
maxim_productengine 2019-07-15 18:01:26 +03:00
parent 3c0469cbbd
commit 68b69714b7
1 changed files with 4 additions and 0 deletions

View File

@ -5950,6 +5950,10 @@ void LLSelectMgr::renderSilhouettes(BOOL for_hud)
&& objectp->mDrawable->getVOVolume()->isMesh())
{
LLColor4 hlColor = objectp->isRootEdit() ? sParentColor : sChildColor;
if (objectp->getID() == inspect_item_id)
{
hlColor = sHighlightInspectColor;
}
renderMeshSelection_f(node, objectp, hlColor);
}
else