mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Disable action buttons when hidden (#9664)
Update fnc_handleActions.sqf
This commit is contained in:
parent
65be883eea
commit
f94197b1c3
@ -118,12 +118,14 @@ _actionsCurrentPageCtrl ctrlCommit 0;
|
|||||||
_actionTextCtrl ctrlSetFade 0;
|
_actionTextCtrl ctrlSetFade 0;
|
||||||
_actionTextCtrl ctrlCommit 0;
|
_actionTextCtrl ctrlCommit 0;
|
||||||
_actionButtonCtrl ctrlSetFade 1;
|
_actionButtonCtrl ctrlSetFade 1;
|
||||||
|
_actionButtonCtrl ctrlEnable false;
|
||||||
_actionButtonCtrl ctrlCommit 0;
|
_actionButtonCtrl ctrlCommit 0;
|
||||||
};
|
};
|
||||||
default {
|
default {
|
||||||
_actionTextCtrl ctrlSetFade 1;
|
_actionTextCtrl ctrlSetFade 1;
|
||||||
_actionTextCtrl ctrlCommit 0;
|
_actionTextCtrl ctrlCommit 0;
|
||||||
_actionButtonCtrl ctrlSetFade 1;
|
_actionButtonCtrl ctrlSetFade 1;
|
||||||
|
_actionButtonCtrl ctrlEnable false;
|
||||||
_actionButtonCtrl ctrlCommit 0;
|
_actionButtonCtrl ctrlCommit 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user