mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Issue #858 fixed
This commit is contained in:
parent
2df098c7a6
commit
da292d3d4c
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@ void menuModelSetup(uint8_t event)
|
|||
for (uint8_t i=0; i<NUM_POTS ; i++) {
|
||||
LcdFlags flags = ((m_posHorz==i+1) && attr) ? BLINK : 0;
|
||||
flags |= (!(g_model.nPotsToWarn & (1 << i))) ? INVERS : 0;
|
||||
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN+5*FW+i*3*FW, y, STR_VSRCRAW, NUM_STICKS+1+i, flags);
|
||||
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN+5*FW+i*(2*FW+3), y, STR_VSRCRAW, NUM_STICKS+1+i, flags);
|
||||
}
|
||||
|
||||
if (attr && (m_posHorz == 0)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue