DU: Fix epr limit
This commit is contained in:
parent
1e1bc63023
commit
9da9abef7e
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ var canvas_upperECAM = {
|
|||
obj["EPRLim-mode"].setText(sprintf("%s", val));
|
||||
obj["N1Lim-mode"].setText(sprintf("%s", val));
|
||||
}),
|
||||
props.UpdateManager.FromHashValue("eprLimit", 0.0005, func(val) {
|
||||
props.UpdateManager.FromHashValue("eprLimit", 0.0001, func(val) {
|
||||
eprLim = val + 0.0005;
|
||||
obj["EPRLim"].setText(sprintf("%1.0f", math.floor(eprLim)));
|
||||
obj["EPRLim-decimal"].setText(sprintf("%03d", (eprLim - int(eprLim)) * 1000));
|
||||
|
|
Loading…
Reference in a new issue