Maybe this helps with profile images being shown at low resolution...
parent
e644ed5e51
commit
d31aa45faf
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue