mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Cosmetics
This commit is contained in:
parent
8bdce4e213
commit
00100c0c86
21 changed files with 66 additions and 51 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue