Skip to content

Commit

Permalink
Fix width adjustment for context menu mouse area controls (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharis001 authored Mar 8, 2023
1 parent 87b9d3c commit 6981616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/context_menu/functions/fnc_createContextGroup.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ private _posH = POS_H(count _actions);
_ctrlName ctrlCommit 0;

private _ctrlMouse = _ctrlContextRow controlsGroupCtrl IDC_CONTEXT_MOUSE;
_ctrlHighlight ctrlSetPositionW _posW;
_ctrlHighlight ctrlCommit 0;
_ctrlMouse ctrlSetPositionW _posW;
_ctrlMouse ctrlCommit 0;

private _ctrlExpandable = _ctrlContextRow controlsGroupCtrl IDC_CONTEXT_EXPANDABLE;
_ctrlExpandable ctrlSetPositionX (_posW - POS_W(1));
Expand Down

0 comments on commit 6981616

Please sign in to comment.