Skip to content

Commit

Permalink
Update fnc_openItemContextMenu.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Oct 12, 2024
1 parent fc9db32 commit e9a73c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ui/fnc_openItemContextMenu.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ private _list = _display ctrlCreate [QGVAR(ItemContextMenu), -1];
private _font = getText (configFile >> QGVAR(ItemContextMenu) >> "font");
private _fontSize = getNumber (configFile >> ctrlClassName _list >> "sizeEx");
private _longestName = "";
private _unit = call CBA_fnc_currentUnit;

// ---
// Populate context menu with options.
Expand Down

0 comments on commit e9a73c6

Please sign in to comment.