Minor thing that doesn't change anything
This commit is contained in:
parent
22c6c366e0
commit
b9f1bc9d79
2 changed files with 3 additions and 3 deletions
|
@ -472,8 +472,8 @@ canvas.NDStyles["Airbus"] = {
|
|||
},
|
||||
style: {
|
||||
line_width: 5,
|
||||
#inactive_color: [0.95,0.95,0.21],
|
||||
#active_color: [0.4,0.7,0.4],
|
||||
inactive_color: [0.95,0.95,0.21],
|
||||
active_color: [0.4,0.7,0.4],
|
||||
color: func{
|
||||
if(!contains(me, "inactive_color")){
|
||||
me.inactive_color = me.getStyle("inactive_color");
|
||||
|
|
|
@ -92,7 +92,7 @@ var flightPlanController = {
|
|||
print(err[0]);
|
||||
print("Load failed.");
|
||||
}
|
||||
me.flightplans[3].departure = airportinfo(getprop("FMGC/internal/dep-arpt"));
|
||||
# try to fix fgfp
|
||||
me.flightplans[3].destination = airportinfo(getprop("FMGC/internal/arr-arpt"));
|
||||
me.destroyTemporaryFlightPlan(3, 1);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue