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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index a8586b9735..bdf30212f7 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1038,7 +1038,6 @@ bool recording_screen(bool no_source)
1038 bool statusbar = global_settings.statusbar; 1038 bool statusbar = global_settings.statusbar;
1039 global_status.statusbar_forced = statusbar?0:1; 1039 global_status.statusbar_forced = statusbar?0:1;
1040 global_settings.statusbar = true; 1040 global_settings.statusbar = true;
1041 gui_syncstatusbar_draw(&statusbars,true);
1042#endif 1041#endif
1043 1042
1044 static const unsigned char *byte_units[] = { 1043 static const unsigned char *byte_units[] = {
@@ -1102,7 +1101,7 @@ bool recording_screen(bool no_source)
1102 /* top vp, 4 lines, force sys font if total screen < 6 lines 1101 /* top vp, 4 lines, force sys font if total screen < 6 lines
1103 NOTE: one could limit the list to 1 line and get away with 5 lines */ 1102 NOTE: one could limit the list to 1 line and get away with 5 lines */
1104 v = &vp_top[i]; 1103 v = &vp_top[i];
1105 viewport_set_defaults(v, i); /*already takes care of statusbar*/ 1104 viewport_set_defaults(v, i);
1106 if (viewport_get_nb_lines(v) < 4) 1105 if (viewport_get_nb_lines(v) < 4)
1107 { 1106 {
1108 /* compact needs 4 lines total */ 1107 /* compact needs 4 lines total */
@@ -1864,7 +1863,6 @@ bool recording_screen(bool no_source)
1864 /* draw peakmeter again (check if this can be removed) */ 1863 /* draw peakmeter again (check if this can be removed) */
1865 FOR_NB_ACTIVE_SCREENS(i) 1864 FOR_NB_ACTIVE_SCREENS(i)
1866 { 1865 {
1867 screens[i].set_viewport(NULL);
1868 gui_statusbar_draw(&(statusbars.statusbars[i]), true); 1866 gui_statusbar_draw(&(statusbars.statusbars[i]), true);
1869 screens[i].set_viewport(&vp_top[i]); 1867 screens[i].set_viewport(&vp_top[i]);
1870 peak_meter_screen(&screens[i], pm_x[i], pm_y[i], pm_h[i]); 1868 peak_meter_screen(&screens[i], pm_x[i], pm_y[i], pm_h[i]);
@@ -1882,7 +1880,6 @@ bool recording_screen(bool no_source)
1882 if (audio_stat & AUDIO_STATUS_ERROR) 1880 if (audio_stat & AUDIO_STATUS_ERROR)
1883 { 1881 {
1884 splash(0, str(LANG_DISK_FULL)); 1882 splash(0, str(LANG_DISK_FULL));
1885 gui_syncstatusbar_draw(&statusbars, true);
1886 1883
1887 FOR_NB_SCREENS(i) 1884 FOR_NB_SCREENS(i)
1888 screens[i].update(); 1885 screens[i].update();