Fix white route arrows at track details screen
This commit is contained in:
parent
66cb0720ff
commit
c30541f643
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ public class RouteLayer extends OsmandMapLayer {
|
||||||
&& selectedPointLatLon.getLongitude() <= latlonRect.right) {
|
&& selectedPointLatLon.getLongitude() <= latlonRect.right) {
|
||||||
float x = tileBox.getPixXFromLatLon(selectedPointLatLon.getLatitude(), selectedPointLatLon.getLongitude());
|
float x = tileBox.getPixXFromLatLon(selectedPointLatLon.getLatitude(), selectedPointLatLon.getLongitude());
|
||||||
float y = tileBox.getPixYFromLatLon(selectedPointLatLon.getLatitude(), selectedPointLatLon.getLongitude());
|
float y = tileBox.getPixYFromLatLon(selectedPointLatLon.getLatitude(), selectedPointLatLon.getLongitude());
|
||||||
paintIcon.setColorFilter(null);
|
|
||||||
canvas.drawBitmap(selectedPoint, x - selectedPoint.getWidth() / 2, y - selectedPoint.getHeight() / 2, paintIconSelected);
|
canvas.drawBitmap(selectedPoint, x - selectedPoint.getWidth() / 2, y - selectedPoint.getHeight() / 2, paintIconSelected);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue