Fix screen update after PFW-1531
This commit is contained in:
parent
6c0f80e680
commit
c4c26050d3
|
|
@ -3111,6 +3111,7 @@ exit:
|
||||||
// is a submenu lcd_update_enable(true) will cause another call to the submenu immediately
|
// 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
|
// and so won't allow the user to exit the submenu
|
||||||
lcd_update_enabled = true;
|
lcd_update_enabled = true;
|
||||||
|
lcd_draw_update = 2;
|
||||||
return current_selection;
|
return current_selection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue