mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Fixes #1864
This commit is contained in:
parent
f2751979e6
commit
1f76ea106a
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ void menuModelSelect(uint8_t event)
|
||||||
m_posVert = g_eeGeneral.currModel;
|
m_posVert = g_eeGeneral.currModel;
|
||||||
s_pgOfs = 0;
|
s_pgOfs = 0;
|
||||||
}
|
}
|
||||||
else {
|
else if (event != EVT_KEY_LONG(KEY_EXIT)) {
|
||||||
popMenu();
|
popMenu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue