1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-20 13:54:24 +02:00

Cosmetics

This commit is contained in:
2019-07-10 21:37:03 +02:00
parent 6bea3b7ebf
commit c1fdb21fad
3 changed files with 6 additions and 5 deletions

View File

@ -381,8 +381,9 @@ void IMGMap::processLines(QList<IMG::Poly> &lines, const QPoint &tile,
}
for (int type = 1; type < 7; type++) {
if (minShieldZoom((Label::Shield::Type)type) > _zoom)
for (int type = Label::Shield::USInterstate; type <= Label::Shield::Oval;
type++) {
if (minShieldZoom(static_cast<Label::Shield::Type>(type)) > _zoom)
continue;
QSet<Label::Shield> shields;