mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix wall paper preview on Retina.
This commit is contained in:
parent
74fc5524ab
commit
35e5c2329b
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ void HistoryWallPaper::prepareThumbnailFrom(
|
|||
}
|
||||
original = Images::prepare(
|
||||
std::move(original),
|
||||
_pixw,
|
||||
(_pixw * th) / tw,
|
||||
_pixw * cIntRetinaFactor(),
|
||||
((_pixw * th) / tw) * cIntRetinaFactor(),
|
||||
options,
|
||||
_pixw,
|
||||
_pixh);
|
||||
|
|
Loading…
Add table
Reference in a new issue