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

Another potential menus freeze bug there

This commit is contained in:
Bertrand Songis 2016-04-05 09:52:03 +02:00
parent 38c7d9c2a0
commit 05ad98f9d8

View file

@ -253,7 +253,7 @@ void guiMain(evt_t evt)
}
if (menuEvent == EVT_ENTRY) {
menuVerticalPosition = -1;
menuVerticalPosition = 0;
menuHorizontalPosition = 0;
evt = menuEvent;
menuEvent = 0;