mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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),
|
||||
QImage());
|
||||
} else {
|
||||
image = postprocessBackgroundImage(std::move(image));
|
||||
setPrepared(
|
||||
image,
|
||||
image,
|
||||
|
|
Loading…
Add table
Reference in a new issue