1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2015-12-10 23:39:58 +01:00
parent 8bdce4e213
commit 00100c0c86
21 changed files with 66 additions and 51 deletions

View file

@ -165,7 +165,7 @@ void guiMain(evt_t evt)
TIME_MEASURE_STOP(storebackup);
}
if (popupDisplayed == false || evt) {
lcdRestoreBackupBuffer();
popupDisplayed = lcdRestoreBackupBuffer();
if (warn) DISPLAY_WARNING(evt);
if (menu) {
const char * result = displayPopupMenu(evt);
@ -176,7 +176,6 @@ void guiMain(evt_t evt)
}
}
refreshNeeded = true;
popupDisplayed = true;
}
}
else {