diff --git a/indra/newview/fspanelprofile.cpp b/indra/newview/fspanelprofile.cpp index b9f69adec7..90f5be5041 100644 --- a/indra/newview/fspanelprofile.cpp +++ b/indra/newview/fspanelprofile.cpp @@ -475,6 +475,12 @@ void FSPanelProfileSecondLife::fillCommonData(const LLAvatarData* avatar_data) getChild("register_date")->setValue(register_date ); mDescriptionEdit->setValue(avatar_data->about_text); mSecondLifePic->setValue(avatar_data->image_id); + + LLViewerFetchedTexture* imagep = LLViewerTextureManager::getFetchedTexture(avatar_data->image_id); + if (!imagep->getFullHeight()) + { + imagep->forceToRefetchTexture(); + } if (getSelfProfile()) {