mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
If you change the selected model with MENU long the up/down buttons don't work anymore until you exit/reenter the model selection screen (Bug reported by Kilrah)
This commit is contained in:
parent
4e1218e191
commit
6472138b54
1 changed files with 0 additions and 2 deletions
|
@ -291,9 +291,7 @@ void menuProcModelSelect(uint8_t event)
|
|||
return;
|
||||
}
|
||||
else if (_event == EVT_KEY_LONG(KEY_MENU) || IS_RE_NAVIGATION_EVT_TYPE(_event, EVT_KEY_LONG)) {
|
||||
#if defined(ROTARY_ENCODERS)
|
||||
s_editMode = -1;
|
||||
#endif
|
||||
s_copyMode = 0;
|
||||
killEvents(event);
|
||||
#if defined(SDCARD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue