Skip to content

Commit

Permalink
Minimally improve namelist position calculation (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako authored Dec 24, 2023
1 parent 21c3038 commit a507015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/radar/functions/fnc_cacheLoop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a507015

Please sign in to comment.