Bug fixes.
This commit is contained in:
parent
6577c694f9
commit
2d7e23a311
|
@ -56,8 +56,10 @@ set row to makeRow(top).
|
||||||
makeButton(row, "LNCH", { stk:ShowOnly(panes["launch"]). }).
|
makeButton(row, "LNCH", { stk:ShowOnly(panes["launch"]). }).
|
||||||
|
|
||||||
makeButton(row, "NODE", {
|
makeButton(row, "NODE", {
|
||||||
|
if HASNODE {
|
||||||
set nodeDV:TEXT to NEXTNODE:DELTAV:MAG:ToString.
|
set nodeDV:TEXT to NEXTNODE:DELTAV:MAG:ToString.
|
||||||
set nodeBT:TEXT to BurnTime(NEXTNODE:DELTAV:MAG):ToString.
|
set nodeBT:TEXT to BurnTime(NEXTNODE:DELTAV:MAG):ToString.
|
||||||
|
}
|
||||||
stk:ShowOnly(panes["node"]).
|
stk:ShowOnly(panes["node"]).
|
||||||
}).
|
}).
|
||||||
|
|
||||||
|
@ -70,7 +72,7 @@ local panes is Lex().
|
||||||
local top is stk:AddVLayout().
|
local top is stk:AddVLayout().
|
||||||
panes:Add("launch", top).
|
panes:Add("launch", top).
|
||||||
|
|
||||||
local box is launchMenu:AddScrollBox().
|
local box is top:AddScrollBox().
|
||||||
|
|
||||||
set row to makeRow(box).
|
set row to makeRow(box).
|
||||||
row:AddLabel("Target Apoapsis").
|
row:AddLabel("Target Apoapsis").
|
||||||
|
@ -144,7 +146,7 @@ set top:AddButton("Lock TWR"):onClick to {
|
||||||
// node menu
|
// node menu
|
||||||
local top is stk:AddVLayout().
|
local top is stk:AddVLayout().
|
||||||
panes:Add("node", top).
|
panes:Add("node", top).
|
||||||
local box is nodeMenu:AddScrollBox().
|
local box is top:AddScrollBox().
|
||||||
|
|
||||||
set row to makeRow(top).
|
set row to makeRow(top).
|
||||||
row:AddLabel("Node dV").
|
row:AddLabel("Node dV").
|
||||||
|
|
Loading…
Reference in New Issue
Block a user