mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +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),
|
||||
QImage());
|
||||
} else {
|
||||
image = postprocessBackgroundImage(std::move(image));
|
||||
setPrepared(
|
||||
image,
|
||||
image,
|
||||
|
Reference in New Issue
Block a user