Add displaying circles when detail view is opened

This commit is contained in:
PavelRatushny 2017-06-19 18:43:42 +03:00
parent a478df9817
commit 0350dbe1d0

View file

@ -580,7 +580,7 @@ public class TrackDetailsMenu {
if (gpxItem.chartHighlightPos != -1) {
chart.highlightValue(gpxItem.chartHighlightPos, 0);
} else {
chart.highlightValue(null);
chart.highlightValue(0, 0);
}
}