don't highlight selected planes.

i don't think highlighting the selected plane is necessary, you should
see the track.
Also no more different colored outline for MLAT.
This commit is contained in:
Matthias Wirth
2019-11-13 13:27:49 +01:00
parent a22829b740
commit fef6dfbb5e
2 changed files with 6 additions and 2 deletions

View File

@@ -2501,7 +2501,9 @@ function toggleTrackLabels() {
function toggleMultiSelect() {
if (multiSelect) {
multiSelect = false;
var plane = SelectedPlane;
deselectAllPlanes();
selectPlaneByHex(plane.icao);
} else {
multiSelect = true;
}