From 4bd201398e0fbfb6982829c1099bfcef6043b2bf Mon Sep 17 00:00:00 2001 From: Ansariel Date: Thu, 23 Feb 2012 13:52:11 +0100 Subject: [PATCH] Fix for being able to open texture picker on other residents picks (FIRE-5213) --- indra/newview/fspanelprofile.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/newview/fspanelprofile.cpp b/indra/newview/fspanelprofile.cpp index de3dbe92c5..55bc227060 100644 --- a/indra/newview/fspanelprofile.cpp +++ b/indra/newview/fspanelprofile.cpp @@ -1221,6 +1221,10 @@ void FSPanelPick::setAvatarId(const LLUUID& avatar_id) getChild("pick_desc")->setEnabled( TRUE ); getChild("set_to_curr_location_btn")->setVisible( TRUE ); } + else + { + mSnapshotCtrl->setEnabled(FALSE); + } } BOOL FSPanelPick::postBuild()