mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
@@ -146,7 +146,7 @@ void BackgroundRow::paintEvent(QPaintEvent *e) {
|
||||
}
|
||||
if (radial) {
|
||||
const auto backThumb = App::main()->newBackgroundThumb();
|
||||
if (backThumb->isNull()) {
|
||||
if (!backThumb) {
|
||||
p.drawPixmap(0, 0, _background);
|
||||
} else {
|
||||
const auto &pix = backThumb->pixBlurred(
|
||||
|
Reference in New Issue
Block a user