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:
parent
5e9a0ca7e1
commit
9454da5460
4 changed files with 72 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue