Fix pattern background tiling on Retina screens.

This commit is contained in:
John Preston 2021-08-25 17:15:07 +03:00
parent d45c530db0
commit 1b3075ac2e

View file

@ -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,