You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it working by swapping GetMouseFocus()
to GetMouseFoci()[1]
I think the idea is that the mouse might be on top of a lot of things, and the element directly beneath it is item 1, then the thing a layer below is item 2, and so on.
Phase 5 of SoD has broken this addon, something to do with GetMouseover no longer working. Luckily the fix is simple:
\LunaUnitFrames\libs\oUF_Plugins\oUF_Highlight\oUF_Highlight.lua
\LunaUnitFrames\libs\oUF_Plugins\oUF_BorderHighlight\oUF_BorderHighlight.lua
Both of these files, look for lines that have "hasMouseover" and comment them out. Like this:
Addon works just fine after doing that in both of those files.
The text was updated successfully, but these errors were encountered: