mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Fixed that the images are not deformed
This commit is contained in:
parent
f67153538f
commit
15d1b1c4fc
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ void GxsChannelPostItem::fill()
|
|||
GxsIdDetails::loadPixmapFromData(mPost.mThumbnail.mData, mPost.mThumbnail.mSize, thumbnail,GxsIdDetails::ORIGINAL);
|
||||
// Wiping data - as its been passed to thumbnail.
|
||||
|
||||
ui->logoLabel->setPixmap(thumbnail);
|
||||
ui->logoLabel->setPicture(thumbnail);
|
||||
}
|
||||
else
|
||||
ui->logoLabel->setPicture( FilesDefs::getPixmapFromQtResourcePath(":/images/thumb-default-video.png") );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue