From 2b8c46017e655385ec014f1267acd297b22b04bb Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 13 Feb 2021 00:45:11 +0100 Subject: [PATCH] Fixed to clear the pixmap --- retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp index d632caac6..3d51f0acb 100644 --- a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp +++ b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp @@ -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(); }