Bugfix for from waypoint, also bugfix for the aproach vias
This commit is contained in:
parent
06065f953d
commit
2d4ea99e68
2 changed files with 2 additions and 2 deletions
|
@ -660,7 +660,7 @@ var arrivalPage = {
|
||||||
me.L2 = [nil, nil, "wht"];
|
me.L2 = [nil, nil, "wht"];
|
||||||
me.arrowsMatrix[0][1] = 0;
|
me.arrowsMatrix[0][1] = 0;
|
||||||
me.arrowsColour[0][1] = "wht";
|
me.arrowsColour[0][1] = "wht";
|
||||||
} else {
|
} elsif (me.activePage == 1) {
|
||||||
me.L2 = [" VIAS", " APPR", "wht"];
|
me.L2 = [" VIAS", " APPR", "wht"];
|
||||||
me.arrowsMatrix[0][1] = 1;
|
me.arrowsMatrix[0][1] = 1;
|
||||||
me.arrowsColour[0][1] = "wht";
|
me.arrowsColour[0][1] = "wht";
|
||||||
|
|
Loading…
Reference in a new issue