Fix screen update after PFW-1531

This commit is contained in:
sarusani 2023-08-15 15:19:41 +02:00 committed by DRracer
parent 6c0f80e680
commit c4c26050d3
1 changed files with 1 additions and 0 deletions

View File

@ -3111,6 +3111,7 @@ exit:
// is a submenu lcd_update_enable(true) will cause another call to the submenu immediately
// and so won't allow the user to exit the submenu
lcd_update_enabled = true;
lcd_draw_update = 2;
return current_selection;
}