From: Keith Packard Date: Wed, 25 Jun 2014 03:52:34 +0000 (-0700) Subject: altosui: Don't show the tracker motion value when switching units X-Git-Tag: 1.4.9.1~27 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=7427f8bac7b3743ce0ab990612bf7168b95e22f9;hp=7427f8bac7b3743ce0ab990612bf7168b95e22f9 altosui: Don't show the tracker motion value when switching units The tracker value was left enabled when hidden; the logic for deciding whether to update it with new information used only the enabled state, not the visible state. Set both states when hiding it to keep things more consistent Signed-off-by: Keith Packard ---