mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix topic icon on retina screen.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user