diff options
| author | Bdale Garbee <bdale@gag.com> | 2011-08-24 21:26:26 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2011-08-24 21:26:26 -0600 |
| commit | 3d88e0493ab446d7c7011786390d30618a72d045 (patch) | |
| tree | dcabf5ccfd09dc11a44844664b4d1a1ff8fef598 /altosui/AltosIdleMonitorUI.java | |
| parent | 02d65453225a3807e61b2ac6e2a26da31a05bd45 (diff) | |
| parent | 5a9972d41a87d4204c6c93cacf14e2962cc1c59c (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosIdleMonitorUI.java')
| -rw-r--r-- | altosui/AltosIdleMonitorUI.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/altosui/AltosIdleMonitorUI.java b/altosui/AltosIdleMonitorUI.java index 142f0278..988a797c 100644 --- a/altosui/AltosIdleMonitorUI.java +++ b/altosui/AltosIdleMonitorUI.java @@ -284,6 +284,11 @@ public class AltosIdleMonitorUI extends JFrame implements AltosFlightDisplay { flightInfo.clear(); } + public void set_font() { + pad.set_font(); + flightInfo.set_font(); + } + public void show(AltosState state, int crc_errors) { try { pad.show(state, crc_errors); |
