diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 02:04:28 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 02:04:28 +0900 |
commit | 3a3c23a5716695949a1c07cb44d01351128811bd (patch) | |
tree | 2eeccbbbf278708008f3e7c2152a8c8583a38ef5 /device-functions.c | |
parent | e5eda38a5b7debedb7a3f186424de4d7204be3e0 (diff) |
ignore tiniest encoder steps
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/device-functions.c b/device-functions.c index e286317..5fca2e5 100644 --- a/device-functions.c +++ b/device-functions.c @@ -224,7 +224,7 @@ void Main_Rst (void) // reset all transient flags globals.Flags = globals.DefaultFlags; - Menu_Clear_Buttons(); + Menu_Clear_Buttons(YES); } @@ -4184,7 +4184,7 @@ int do_full_self_cal(CalStruct *caldata) caldata->response = g_string_new (""); - Menu_Clear_Buttons(); + Menu_Clear_Buttons(YES); string = g_strdup_printf ("Self-calibration in progress - typical run time: %d min, %d sec. To skip, power off 60 sec, then power back on.", globals.Flash.self_cal_typical_time_min, @@ -4507,7 +4507,7 @@ void Set_Rcl(int setting_num) } - Menu_Clear_Buttons(); + Menu_Clear_Buttons(YES); globals.Flags.do_check_settings=YES; /* check for conflicting settings */ |