Skip to content

Commit

Permalink
Give options menu list focus (#4965)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and thojkooi committed Mar 13, 2017
1 parent d9be3c0 commit d18ad0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/atragmx/functions/fnc_toggle_option_menu.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ if (ctrlVisible 3001) then {

ctrlShow [3001, true];
ctrlShow [3002, true];

ctrlSetFocus ((uiNamespace getVariable ["ATragMX_Display", displayNull]) displayCtrl 3002);
};

0 comments on commit d18ad0c

Please sign in to comment.