mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Move buttonHide above panel fill in loadoutsClose
This commit is contained in:
@ -12,6 +12,6 @@ private _mouseBlockCtrl = _arsenalDisplay displayCtrl IDC_mouseBlock;
|
||||
_mouseBlockCtrl ctrlEnable false;
|
||||
_mouseBlockCtrl ctrlCommit 0;
|
||||
|
||||
[_arsenalDisplay , _arsenalDisplay displayCtrl GVAR(currentLeftPanel)] call FUNC(fillLeftPanel);
|
||||
[_arsenalDisplay] call FUNC(buttonHide);
|
||||
|
||||
[_arsenalDisplay] call FUNC(buttonHide);
|
||||
[_arsenalDisplay , _arsenalDisplay displayCtrl GVAR(currentLeftPanel)] call FUNC(fillLeftPanel);
|
||||
|
Reference in New Issue
Block a user