Fix clearAllGpxFileToShow for gpx with markers
This commit is contained in:
parent
996e3ca65f
commit
5bf7208791
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ public class GpxSelectionHelper {
|
|||
}
|
||||
|
||||
public void clearAllGpxFileToShow() {
|
||||
selectedGPXFiles.clear();
|
||||
for (SelectedGpxFile selectedGpxFile : selectedGPXFiles) {
|
||||
selectGpxFile(selectedGpxFile.gpxFile, false, false);
|
||||
}
|
||||
saveCurrentSelections();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue