Maybe this helps with profile images being shown at low resolution...

meow-7.2.2
Ansariel 2019-06-23 11:23:32 +02:00
parent e644ed5e51
commit d31aa45faf
1 changed files with 6 additions and 0 deletions

View File

@ -475,6 +475,12 @@ void FSPanelProfileSecondLife::fillCommonData(const LLAvatarData* avatar_data)
getChild<LLUICtrl>("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())
{