diff --git a/src/notificationsmanager.cpp b/src/notificationsmanager.cpp index c05a35422..ed6757cdb 100644 --- a/src/notificationsmanager.cpp +++ b/src/notificationsmanager.cpp @@ -294,6 +294,7 @@ QPixmap NotificationsManager::createNotificationImage(const QImage &icon, NeoCha QPainter painter(&roundedImage); painter.setRenderHint(QPainter::SmoothPixmapTransform); + painter.setPen(Qt::NoPen); // Fill background for transparent avatars painter.setBrush(Qt::white);