summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 628d56b43b..582011fa10 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1401,9 +1401,9 @@ bool set_int(const char* string,
if(gui_syncselect_do_button(&select, button))
{
*variable=gui_select_get_selected(&select);
+ gui_syncselect_draw(&select);
if (global_settings.talk_menu)
{
- gui_syncselect_draw(&select);
if (voice_unit < UNIT_LAST)
{ /* use the available unit definition */
talk_value(*variable, voice_unit, false);