mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Give options menu list focus (#4965)
This commit is contained in:
parent
acf422b774
commit
19af072c99
@ -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);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user