Give options menu list focus (#4965)

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

View File

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