Fix topic icon on retina screen.
This commit is contained in:
parent
fba0f0c49b
commit
ab0f12cf1c
|
@ -129,7 +129,7 @@ TopicIconView::TopicIconView(
|
|||
|
||||
void TopicIconView::paintInRect(QPainter &p, QRect rect) {
|
||||
const auto paint = [&](const QImage &image) {
|
||||
const auto size = image.size() / image.devicePixelRatio();
|
||||
const auto size = image.size() / style::DevicePixelRatio();
|
||||
p.drawImage(
|
||||
rect.x() + (rect.width() - size.width()) / 2,
|
||||
rect.y() + (rect.height() - size.height()) / 2,
|
||||
|
|
Loading…
Reference in New Issue