mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix delete button not working as intended in public tab
This commit is contained in:
parent
739d84b108
commit
8abcbed416
@ -44,7 +44,7 @@ if (GVAR(currentLoadoutsTab) != IDC_buttonSharedLoadouts) then {
|
|||||||
private _sharedLoadoutsVars = GVAR(sharedLoadoutsNamespace) getVariable QGVAR(sharedLoadoutsVars);
|
private _sharedLoadoutsVars = GVAR(sharedLoadoutsNamespace) getVariable QGVAR(sharedLoadoutsVars);
|
||||||
|
|
||||||
GVAR(sharedLoadoutsNamespace) setVariable [_loadoutVar, nil, true];
|
GVAR(sharedLoadoutsNamespace) setVariable [_loadoutVar, nil, true];
|
||||||
GVAR(sharedLoadoutsNamespace) setVariable [QGVAR(sharedLoadoutsNamespace), _sharedLoadoutsVars - [_loadoutVar], true];
|
GVAR(sharedLoadoutsNamespace) setVariable [QGVAR(sharedLoadoutsVars), _sharedLoadoutsVars - [_loadoutVar], true];
|
||||||
|
|
||||||
_contentPanelCtrl lnbDeleteRow _contentPanelCursSel;
|
_contentPanelCtrl lnbDeleteRow _contentPanelCursSel;
|
||||||
_contentPanelCtrl lnbSetCurSelRow (_contentPanelCursSel);
|
_contentPanelCtrl lnbSetCurSelRow (_contentPanelCursSel);
|
||||||
|
Loading…
Reference in New Issue
Block a user