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

Cosmetics

This commit is contained in:
Bertrand Songis 2020-06-08 17:53:39 +02:00
parent 48c227d5f5
commit 6d116298c8
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -523,7 +523,7 @@ bool menuRadioSdManager(event_t _event)
reusableBuffer.sdManager.offset = menuVerticalOffset;
for (uint8_t i=0; i<NUM_BODY_LINES; i++) {
for (uint8_t i = 0; i < NUM_BODY_LINES; i++) {
coord_t y = MENU_CONTENT_TOP + i*FH;
LcdFlags attr = (index == i ? INVERS : 0);
if (reusableBuffer.sdManager.lines[i][0]) {