mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Another potential menus freeze bug there
This commit is contained in:
parent
38c7d9c2a0
commit
05ad98f9d8
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ void guiMain(evt_t evt)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (menuEvent == EVT_ENTRY) {
|
if (menuEvent == EVT_ENTRY) {
|
||||||
menuVerticalPosition = -1;
|
menuVerticalPosition = 0;
|
||||||
menuHorizontalPosition = 0;
|
menuHorizontalPosition = 0;
|
||||||
evt = menuEvent;
|
evt = menuEvent;
|
||||||
menuEvent = 0;
|
menuEvent = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue