tooltip

  1. Windows Food tooltip wider than expected because of index bug

    There's a bug in `IClickableMenu.drawHoverText`, specifically in the code block where it iterates over `buffIconsToDisplay` to find the widest string to resize the box to: the iterator stops at 12 instead of 11, and as a result tries to reference the non-existent ItemHover_Buff12 string, causing...
Top