mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix build with GCC.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user