Index: apps/recorder/radio.c =================================================================== --- apps/recorder/radio.c (revision 23624) +++ apps/recorder/radio.c (arbetskopia) @@ -752,6 +752,8 @@ case ACTION_FM_MENU: viewportmanager_set_statusbar(oldbars); + FOR_NB_SCREENS(i) + screens[i].stop_scroll(); radio_menu(); curr_preset = find_preset(curr_freq); viewportmanager_set_statusbar(fmbars); Index: apps/plugin.c =================================================================== --- apps/plugin.c (revision 23624) +++ apps/plugin.c (arbetskopia) @@ -803,6 +803,11 @@ button_clear_queue(); + lcd_stop_scroll(); +#ifdef HAVE_LCD_REMOTE + lcd_remote_stop_scroll(); +#endif + #ifdef HAVE_LCD_BITMAP lcd_setfont(FONT_UI); #if LCD_DEPTH > 1