This commit is contained in:
Victor Shcherb 2015-08-30 21:52:48 +02:00
parent ced540cc58
commit af6df2b549

View file

@ -302,7 +302,7 @@ public class GPXLayer extends OsmandMapLayer implements ContextMenuLayer.IContex
for (SelectedGpxFile g : selectedGPXFiles) {
List<TrkSegment> points = g.getPointsToDisplay();
boolean routePoints = g.isRoutePoints();
updatePaints(g.getColor(), g.isShowCurrentTrack(), routePoints, settings, tileBox);
updatePaints(g.getColor(), routePoints, g.isShowCurrentTrack(), settings, tileBox);
drawSegments(canvas, tileBox, points);
}
}