mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-06 14:03:54 -04:00
Fixed to clear the pixmap
This commit is contained in:
parent
3b86dce5ac
commit
2b8c46017e
@ -981,7 +981,7 @@ void CreateGxsChannelMsg::toggle()
|
||||
|
||||
void CreateGxsChannelMsg::on_removeButton_clicked()
|
||||
{
|
||||
preview_W->setPixmap(FilesDefs::getPixmapFromQtResourcePath(ChannelPostThumbnailView::CHAN_DEFAULT_IMAGE),true);
|
||||
preview_W->setPixmap(QPixmap(), false);
|
||||
removeButton->hide();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user