diff --git a/addons/radar/functions/fnc_cacheLoop.sqf b/addons/radar/functions/fnc_cacheLoop.sqf index 5e2dec8..4d72703 100644 --- a/addons/radar/functions/fnc_cacheLoop.sqf +++ b/addons/radar/functions/fnc_cacheLoop.sqf @@ -242,7 +242,7 @@ private _circleRange = diwako_dui_compassRange; if ((count _lists) < (_forEachIndex + 1)) then { private _curGrp = _display ctrlCreate["RscControlsGroupNoScrollbars", -1, _grpCtrl]; _curGrp ctrlSetPosition [ - (0 * pixelW) * _columnNo + _listWidth * _columnNo, + _listWidth * _columnNo, _curColumnHeight * pixelH, _listWidth, _itemHeight * pixelH