mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Fixes #1107
This commit is contained in:
parent
0a53e2e6b3
commit
6c17fee19b
10 changed files with 37 additions and 19 deletions
|
@ -1279,7 +1279,7 @@ void menuModelSetup(uint8_t event)
|
|||
else {
|
||||
if ((states & 0x01) && swactive)
|
||||
attr = INVERS;
|
||||
c = pgm_read_byte(STR_VSWITCHES - 2 + 9 + (3*i));
|
||||
c = pgm_read_byte(STR_VSWITCHES - 2 + 9 + (3*(i+1)));
|
||||
states >>= 1;
|
||||
}
|
||||
if (line && (m_posHorz == i)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue