mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 04:14:27 -04:00
Fixed to clear the pixmap
This commit is contained in:
parent
3b86dce5ac
commit
2b8c46017e
1 changed files with 1 additions and 1 deletions
|
@ -981,7 +981,7 @@ void CreateGxsChannelMsg::toggle()
|
||||||
|
|
||||||
void CreateGxsChannelMsg::on_removeButton_clicked()
|
void CreateGxsChannelMsg::on_removeButton_clicked()
|
||||||
{
|
{
|
||||||
preview_W->setPixmap(FilesDefs::getPixmapFromQtResourcePath(ChannelPostThumbnailView::CHAN_DEFAULT_IMAGE),true);
|
preview_W->setPixmap(QPixmap(), false);
|
||||||
removeButton->hide();
|
removeButton->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue