Add double click loading

This commit is contained in:
Josuan Albin
2017-10-24 13:16:21 +02:00
parent c153a438ed
commit 7717438d2e

View File

@ -759,6 +759,7 @@ class GVAR(loadoutsDisplay) {
drawSideArrows=0;
disableOverflow=1;
onLBSelChanged = QUOTE([ARR_3(ctrlParent (_this select 0), _this select 0, _this select 1)] call FUNC(onSelChangedLoadouts));
onLBDblClick = QUOTE([ARR_2(ctrlparent (_this select 0), (ctrlParent (_this select 0)) displayCtrl IDC_buttonLoad)] call FUNC(buttonLoadoutsLoad));
x = QUOTE(0);
y = QUOTE(5 * GRID_H);
w = QUOTE(160 * GRID_W);