1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Fix menu glitch

This commit is contained in:
3djc 2022-01-18 11:15:12 +01:00
parent 2247e6a1e2
commit 2f651e1320

View file

@ -634,7 +634,7 @@ void menuModelSetup(event_t event)
g_model.functionSwitchGroup = (g_model.functionSwitchGroup & ~mask) | (groupeAlwaysOn << (2 * NUM_FUNCTIONS_SWITCHES + config)); g_model.functionSwitchGroup = (g_model.functionSwitchGroup & ~mask) | (groupeAlwaysOn << (2 * NUM_FUNCTIONS_SWITCHES + config));
} }
} }
else if (menuHorizontalPosition == 3 ) { else if (attr && menuHorizontalPosition == 3 ) {
REPEAT_LAST_CURSOR_MOVE(); REPEAT_LAST_CURSOR_MOVE();
} }
break; break;