mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build with GCC.
This commit is contained in:
parent
d5a0f4890d
commit
4aa432ecbe
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ void DrawCornerBadgeTTL(
|
||||||
const style::color &color,
|
const style::color &color,
|
||||||
const QRect &circleRect) {
|
const QRect &circleRect) {
|
||||||
p.save();
|
p.save();
|
||||||
const auto ratio = style::DevicePixelRatio();
|
|
||||||
const auto partRect = QRect(
|
const auto partRect = QRect(
|
||||||
circleRect.left() + circleRect.width() - st::dialogsTTLBadgeSize * 0.85,
|
circleRect.left() + circleRect.width() - st::dialogsTTLBadgeSize * 0.85,
|
||||||
circleRect.top() + circleRect.height() - st::dialogsTTLBadgeSize * 0.85,
|
circleRect.top() + circleRect.height() - st::dialogsTTLBadgeSize * 0.85,
|
||||||
|
|
Loading…
Add table
Reference in a new issue