Move 'draw' methods into Menu Item classes (#15760)
This commit is contained in:
parent
76b861d759
commit
ea3217cd46
32 changed files with 351 additions and 399 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue