1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Cosmetics

This commit is contained in:
bsongis 2014-06-30 17:38:36 +02:00
parent aab03a2b9f
commit 6913c8e7e5
2 changed files with 3 additions and 7 deletions

View file

@ -2165,11 +2165,7 @@ void menuModelFlightModesAll(uint8_t event)
#endif
att = (i==sub ? INVERS : 0);
FlightModeData *p = flightModeAddress(i);
#if ROTARY_ENCODERS > 2
putsFlightMode(0, y, i+1, att|CONDENSED|(getFlightMode()==i ? BOLD : 0));
#else
putsFlightMode(0, y, i+1, att|(getFlightMode()==i ? BOLD : 0));
#endif
lcd_putsnAtt(4*FW+NAME_OFS, y, p->name, sizeof(p->name), ZCHAR);
if (i == 0) {