mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
SG switch warning was unreachable on Taranis
This commit is contained in:
parent
125e2539b6
commit
36660505d2
1 changed files with 1 additions and 1 deletions
|
@ -1424,7 +1424,7 @@ void menuModelSetup(uint8_t event)
|
||||||
coord_t x = MODEL_SETUP_2ND_COLUMN+i*FW;
|
coord_t x = MODEL_SETUP_2ND_COLUMN+i*FW;
|
||||||
#if defined(PCBTARANIS) && !defined(REVPLUS)
|
#if defined(PCBTARANIS) && !defined(REVPLUS)
|
||||||
if (i == POT3) {
|
if (i == POT3) {
|
||||||
if (m_posHorz == POT3) REPEAT_LAST_CURSOR_MOVE();
|
if (attr && m_posHorz == POT3) REPEAT_LAST_CURSOR_MOVE();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else if (i > POT3) {
|
else if (i > POT3) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue