Merge pull request #2828 from leptun/MK3-fix_back_view

Menu view return patch
This commit is contained in:
DRracer 2020-09-08 09:45:28 +02:00 committed by GitHub
commit f08f71a45b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
{