1
0
Fork 0
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:
Andre Bernet 2014-09-10 20:05:40 +02:00
parent 9ee3da4a59
commit 125e2539b6

View file

@ -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