mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-02 20:49:11 +02:00
Code cleanup
This commit is contained in:
parent
5df43d3fb5
commit
398ef2c4f5
@ -274,7 +274,6 @@ void RasterTile::drawSectorLights(QPainter *painter,
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (p->lights.color && p->lights.range) {
|
||||
QRect rect(lightRect(pos, p->lights.range));
|
||||
|
||||
painter->setPen(QPen(Qt::black, 6, Qt::SolidLine, Qt::FlatCap));
|
||||
@ -284,7 +283,6 @@ void RasterTile::drawSectorLights(QPainter *painter,
|
||||
painter->drawArc(rect, 0, 360 * 16);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static void removeDuplicitLabel(QList<TextItem *> &labels, const QString &text,
|
||||
|
Loading…
x
Reference in New Issue
Block a user