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(
|
original = Images::prepare(
|
||||||
std::move(original),
|
std::move(original),
|
||||||
_pixw,
|
_pixw * cIntRetinaFactor(),
|
||||||
(_pixw * th) / tw,
|
((_pixw * th) / tw) * cIntRetinaFactor(),
|
||||||
options,
|
options,
|
||||||
_pixw,
|
_pixw,
|
||||||
_pixh);
|
_pixh);
|
||||||
|
|
Loading…
Reference in New Issue