summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 22c8da2a33..15915d22f7 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -184,7 +184,7 @@ bool recording_screen(void)
184 184
185 set_gain(); 185 set_gain();
186 186
187 lcd_setfont(FONT_UI); 187 lcd_setfont(FONT_SYSFIXED);
188 lcd_getstringsize("M", &w, &h); 188 lcd_getstringsize("M", &w, &h);
189 lcd_setmargins(w, 8); 189 lcd_setmargins(w, 8);
190 190
@@ -445,6 +445,7 @@ bool recording_screen(void)
445 mpeg_sound_set(SOUND_SUPERBASS, global_settings.bass_boost); 445 mpeg_sound_set(SOUND_SUPERBASS, global_settings.bass_boost);
446 mpeg_sound_set(SOUND_AVC, global_settings.avc); 446 mpeg_sound_set(SOUND_AVC, global_settings.avc);
447#endif 447#endif
448 lcd_setfont(FONT_UI);
448 return have_recorded; 449 return have_recorded;
449} 450}
450 451