mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
don't close menu when no action is selected
This commit is contained in:
parent
7678919e8d
commit
0fd783082d
@ -16,7 +16,7 @@ EXPLODE_2_PVT(_this,_newUnit,_oldUnit);
|
|||||||
// add to new unit
|
// add to new unit
|
||||||
private "_ehid";
|
private "_ehid";
|
||||||
_ehid = [_newUnit, "DefaultAction", {GVAR(openedMenuType) >= 0}, {
|
_ehid = [_newUnit, "DefaultAction", {GVAR(openedMenuType) >= 0}, {
|
||||||
if !(GVAR(actionOnKeyRelease)) then {
|
if (!GVAR(actionOnKeyRelease) && GVAR(actionSelected)) then {
|
||||||
[GVAR(openedMenuType),true] call FUNC(keyUp);
|
[GVAR(openedMenuType),true] call FUNC(keyUp);
|
||||||
};
|
};
|
||||||
}] call EFUNC(common,addActionEventHandler);
|
}] call EFUNC(common,addActionEventHandler);
|
||||||
|
Loading…
Reference in New Issue
Block a user