Menu view return patch

This commit is contained in:
Alex Voinea 2020-09-07 19:42:53 +03:00
parent 772844678f
commit 7ac16d5f04
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ void menu_goto(menu_func_t menu, const uint32_t encoder, const bool feedback, bo
{
menu_menu = menu;
lcd_encoder = encoder;
menu_top = 0; //reset menu view. Needed if menu_back() is called from deep inside a menu, such as Support
asm("sei");
if (reset_menu_state)
{