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:
parent
0db2013d24
commit
683f6e22e2
10 changed files with 76 additions and 41 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue