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:
@@ -2501,7 +2501,9 @@ function toggleTrackLabels() {
|
||||
function toggleMultiSelect() {
|
||||
if (multiSelect) {
|
||||
multiSelect = false;
|
||||
var plane = SelectedPlane;
|
||||
deselectAllPlanes();
|
||||
selectPlaneByHex(plane.icao);
|
||||
} else {
|
||||
multiSelect = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user