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

[Horus] MODELSEL screen continued

This commit is contained in:
Bertrand Songis 2015-11-21 11:35:09 +01:00
parent 0db2013d24
commit 683f6e22e2
10 changed files with 76 additions and 41 deletions

View file

@ -180,7 +180,12 @@ void guiMain(evt_t evt)
}
}
else {
popupDisplayed = false;
if (popupDisplayed) {
if (evt == 0) {
evt = EVT_REFRESH;
}
popupDisplayed = false;
}
refreshNeeded = g_menuStack[g_menuStackPtr](evt);
}