Move 'draw' methods into Menu Item classes (#15760)

This commit is contained in:
Scott Lahteine 2019-11-02 07:28:20 -05:00 committed by GitHub
parent 76b861d759
commit ea3217cd46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 351 additions and 399 deletions

View file

@ -41,7 +41,7 @@ static void lcd_cancel_object_confirm() {
char('0' + (v % 10)),
'\0'
};
do_select_screen_yn(
MenuItem_confirm::confirm_screen(
[]{
cancelable.cancel_object(editable.int8 - 1);
#if HAS_BUZZER