X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=altosui%2FAltosConfigPyroUI.java;h=125866c64a4b5304b266584ff9f789efbc88f675;hb=60f4d69592c440ab7bb67a04f4c07fc7279d2c20;hp=e0915a17b898a4d9a3b5bcb090677f8ef451d5bc;hpb=6a6da23335e6e5864387c7a22946f80f51056a4f;p=fw%2Faltos diff --git a/altosui/AltosConfigPyroUI.java b/altosui/AltosConfigPyroUI.java index e0915a17..125866c6 100644 --- a/altosui/AltosConfigPyroUI.java +++ b/altosui/AltosConfigPyroUI.java @@ -105,7 +105,7 @@ public class AltosConfigPyroUI double unit_value = new_value; AltosUnits units = AltosPyro.pyro_to_units(flag); if (units != null) - unit_value = units.value(new_value); + unit_value = units.parse_value(new_value); String format; if (scale >= 100) format = "%6.2f";