mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Fix pattern background tiling on Retina screens.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user