mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix menu instantly disappearing
This commit is contained in:
parent
57c0596238
commit
03841b8738
@ -29,7 +29,10 @@ if (GVAR(uiVisible)) then {
|
||||
_tabs ctrlSetBackgroundColor [0,0,0,0];
|
||||
_tabs ctrlSetFade 0.5;
|
||||
|
||||
ctrlSetFocus CTRL_MOUSE;
|
||||
// Taking focus away from context menu kills it
|
||||
if (isNull (GETUVAR(GVAR(context),controlNull))) then {
|
||||
ctrlSetFocus CTRL_MOUSE;
|
||||
};
|
||||
|
||||
showChat true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user