mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix pattern background tiling on Retina screens.
This commit is contained in:
parent
d45c530db0
commit
1b3075ac2e
1 changed files with 1 additions and 0 deletions
|
@ -711,6 +711,7 @@ void ChatBackground::set(const Data::WallPaper &paper, QImage image) {
|
||||||
std::move(prepared),
|
std::move(prepared),
|
||||||
QImage());
|
QImage());
|
||||||
} else {
|
} else {
|
||||||
|
image = postprocessBackgroundImage(std::move(image));
|
||||||
setPrepared(
|
setPrepared(
|
||||||
image,
|
image,
|
||||||
image,
|
image,
|
||||||
|
|
Loading…
Add table
Reference in a new issue