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

[Horus] Choosing a model bitmap was broken

This commit is contained in:
Bertrand Songis 2019-08-22 11:41:24 +02:00
parent 5e9a0ca7e1
commit 9454da5460
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
4 changed files with 72 additions and 12 deletions

View file

@ -312,7 +312,8 @@ void guiMain(event_t evt)
}
if (menu) {
const char * result = runPopupMenu(evt);
if (popupMenuItemsCount == 0) {
if (result) {
TRACE("popupMenuHandler(%s)", result);
popupMenuHandler(result);
if (menuEvent == 0) {
evt = EVT_REFRESH;