Fix for being able to open texture picker on other residents picks (FIRE-5213)

Ansariel 2012-02-23 13:52:11 +01:00
parent 890db26dfc
commit 4bd201398e
1 changed files with 4 additions and 0 deletions

View File

@ -1221,6 +1221,10 @@ void FSPanelPick::setAvatarId(const LLUUID& avatar_id)
getChild<LLUICtrl>("pick_desc")->setEnabled( TRUE );
getChild<LLUICtrl>("set_to_curr_location_btn")->setVisible( TRUE );
}
else
{
mSnapshotCtrl->setEnabled(FALSE);
}
}
BOOL FSPanelPick::postBuild()