Skip to content

Commit

Permalink
also fix var in cba_ui_fnc_openItemContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Nov 24, 2024
1 parent e725070 commit c2d5907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ui/fnc_openItemContextMenu.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ _list setVariable [QFUNC(activate), {
// Keep focus to prevent auto closing.
ctrlSetFocus _list;
} else {
[{ctrlDelete _args}, _list] call CBA_fnc_execNextFrame;
[{ctrlDelete _this}, _list] call CBA_fnc_execNextFrame;
};
};
}];
Expand Down

0 comments on commit c2d5907

Please sign in to comment.