X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosGraphUI.java;h=df6f05408b9aaec1ec33285f5211963a74935598;hp=2d00fb45a74be84e0198d1c7c4c8c195c8b07544;hb=a757fd5af53f5721a949181372548afa4757d6c9;hpb=656d8fe17532ca6c7d1d43996f187df2f14f5395 diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java index 2d00fb45..df6f0540 100644 --- a/altosui/AltosGraphUI.java +++ b/altosui/AltosGraphUI.java @@ -64,6 +64,8 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt public void units_changed(boolean imperial_units) { if (map != null) map.units_changed(imperial_units); + if (enable != null) + enable.units_changed(imperial_units); } AltosGraphUI(AltosStateIterable states, File file) throws InterruptedException, IOException {