CPU usage hovering over bag items
boomboo opened this issue ยท 1 comments
Addon Version
v0.1.96
World of Warcraft Version
Retail
Describe the bug
Addon's CPU usage increases while hovering on/off over items in the bags. Seems to be caused by hooking item buttons to OnEnter in these two locations:
Line 607 in 3e481ab
Line 585 in 3e481ab
I couldn't see any noticeable effect fps wise apart from being reported by various addon CPU profilers.
Steps to reproduce
Mouse over an item on and off.
Looks like work done by default item tooltip is wrongly attributed to BB.
From here:
Line 218 in 917fee4