mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
03e01f02df
commit
a357675ad3
@ -167,7 +167,9 @@ case (APP_MODE_WAYPOINTS): {
|
||||
} forEach _waypoints;
|
||||
|
||||
_currentIndex = (_currentIndex max 0) min (count _waypoints);
|
||||
_wpListBox lbSetCurSel _currentIndex;
|
||||
if ((lbCurSel _wpListBox) != _currentIndex) then {
|
||||
_wpListBox lbSetCurSel _currentIndex;
|
||||
};
|
||||
|
||||
//Reset focus to a dummy ctrl (top button), otherwise HOME/POS1 key goes to top of listBox and has keybind blocked
|
||||
ctrlSetFocus (_display displayCtrl IDC_TOPMENUBUTTON);
|
||||
|
Loading…
Reference in New Issue
Block a user