mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Fix menu glitch
This commit is contained in:
parent
2247e6a1e2
commit
2f651e1320
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ void menuModelSetup(event_t event)
|
|||
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();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue