Try sync GPX track tick mark
This commit is contained in:
parent
bbeb4211e0
commit
f9671069af
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ public class ConfigureMapMenu {
|
|||
} else {
|
||||
ma.getMapLayers().showGPXFileLayer(getAlreadySelectedGpx(), ma.getMapView());
|
||||
}
|
||||
//sync tick mark
|
||||
cm.item(R.string.layer_gpx_layer).selected(ma.getMyApplication().getSelectedGpxHelper().isShowingAnyGpxFiles() ? 1 : 0).reg();
|
||||
} else if (itemId == R.string.layer_transport_route) {
|
||||
ma.getMapLayers().getTransportInfoLayer().setVisible(isChecked);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue