fix the knob long-press causing hang in modal dialogs
This commit is contained in:
parent
9ae75612b5
commit
f3c3526aa5
2 changed files with 5 additions and 7 deletions
Firmware
|
@ -761,8 +761,7 @@ void lcd_buttons_update(void)
|
|||
//else if (menu_menu == lcd_move_z) lcd_quick_feedback();
|
||||
//lcd_button_pressed is set back to false via lcd_quick_feedback function
|
||||
}
|
||||
else
|
||||
lcd_long_press_active = 0;
|
||||
lcd_long_press_active = 0;
|
||||
}
|
||||
|
||||
lcd_buttons = newbutton;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue