mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
On Taranis S3 was only hidden when the cursor was in the pot positions line
This commit is contained in:
parent
9ee3da4a59
commit
125e2539b6
1 changed files with 2 additions and 2 deletions
|
@ -1396,8 +1396,8 @@ void menuModelSetup(uint8_t event)
|
|||
coord_t x = MODEL_SETUP_2ND_COLUMN+5*FW;
|
||||
for (uint8_t i=0; i<NUM_POTS ; i++) {
|
||||
#if !defined(REVPLUS)
|
||||
if (attr && i == POT3-POT1) {
|
||||
if (m_posHorz==i+1) REPEAT_LAST_CURSOR_MOVE();
|
||||
if (i == POT3-POT1) {
|
||||
if (attr && (m_posHorz==i+1)) REPEAT_LAST_CURSOR_MOVE();
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue