Skip to content

Commit

Permalink
UI - Fix context menu item tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Jan 17, 2022
1 parent 953cdfe commit 31f9f55
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 @@ -64,7 +64,7 @@ private _list = _display ctrlCreate [QGVAR(ItemContextMenu), -1];

if ((_slot in _slots || {"ALL" in _slots}) && {_args call _conditionShow}) then {
private _index = _list lbAdd _displayName;
_list lbSetTooltip [_index, "_tooltip"]; // Does not seem to work for RscDisplayInventory controls? Hard coded overwrite?
_list lbSetTooltip [_index, _tooltip]; // Does not seem to work for RscDisplayInventory controls? Hard coded overwrite?

private _key = format [QGVAR(OptionData%1), _index];

Expand Down

0 comments on commit 31f9f55

Please sign in to comment.