1
0
Fork 0
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:
bsongis 2012-05-09 19:28:37 +00:00
parent 4e1218e191
commit 6472138b54

View file

@ -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)