mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix reaction images on Retina screen.
This commit is contained in:
@@ -82,7 +82,7 @@ void AddReactionIcon(
|
|||||||
crl::async([icon = std::move(state->icon)]{});
|
crl::async([icon = std::move(state->icon)]{});
|
||||||
}
|
}
|
||||||
if (!state->image.isNull()) {
|
if (!state->image.isNull()) {
|
||||||
p.drawImage(0, 0, state->image);
|
p.drawImage(QRect(0, 0, size, size), state->image);
|
||||||
}
|
}
|
||||||
}, icon->lifetime());
|
}, icon->lifetime());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user