1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Give options menu list focus ()

This commit is contained in:
PabstMirror 2017-03-08 12:26:05 -06:00 committed by Glowbal
parent d9be3c0ffc
commit d18ad0c087

@ -48,4 +48,6 @@ if (ctrlVisible 3001) then {
ctrlShow [3001, true];
ctrlShow [3002, true];
ctrlSetFocus ((uiNamespace getVariable ["ATragMX_Display", displayNull]) displayCtrl 3002);
};