From 1b3075ac2eea8bb4925d16085d7a0655773e3245 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 25 Aug 2021 17:15:07 +0300 Subject: [PATCH] Fix pattern background tiling on Retina screens. --- Telegram/SourceFiles/window/themes/window_theme.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/window/themes/window_theme.cpp b/Telegram/SourceFiles/window/themes/window_theme.cpp index b144bf337..b95f18966 100644 --- a/Telegram/SourceFiles/window/themes/window_theme.cpp +++ b/Telegram/SourceFiles/window/themes/window_theme.cpp @@ -711,6 +711,7 @@ void ChatBackground::set(const Data::WallPaper &paper, QImage image) { std::move(prepared), QImage()); } else { + image = postprocessBackgroundImage(std::move(image)); setPrepared( image, image,