mirror of https://github.com/procxx/kepka.git
Fix wall paper preview on Retina.
This commit is contained in:
parent
74fc5524ab
commit
35e5c2329b
|
@ -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…
Reference in New Issue