mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
Update German language, &c. (#14613)
This commit is contained in:
parent
e96468566d
commit
6dcb85927a
5 changed files with 38 additions and 36 deletions
|
@ -448,7 +448,7 @@ bool ui_selection; // = false
|
|||
void set_ui_selection(const bool sel) { ui_selection = sel; }
|
||||
void do_select_screen(PGM_P const yes, PGM_P const no, selectFunc_t yesFunc, selectFunc_t noFunc, PGM_P const pref, const char * const string/*=nullptr*/, PGM_P const suff/*=nullptr*/) {
|
||||
if (ui.encoderPosition) {
|
||||
ui_selection = (ENCODERBASE) > 0 == int16_t(ui.encoderPosition) > 0;
|
||||
ui_selection = ((ENCODERBASE) > 0) == (int16_t(ui.encoderPosition) > 0);
|
||||
ui.encoderPosition = 0;
|
||||
}
|
||||
const bool got_click = ui.use_click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue