Something by Blizz side made bugs appear
Gotxiko opened this issue ยท 5 comments
Problem fixed :D
Will update this post if something else broke (though shouldn't).
Yeah, I'm aware of these artefacts...
I think I know why it happens, but I'm quite busy working on new unit frames atm.
K, because you're the one who posted on the GH, you'll be my guinea pig tester, sorry :D
Open /core/widgets.lua#L515;
Replace x:SetTexture(texture..sections[i], true)
w/
if i > 4 then
x:SetTexture(texture..sections[i], true)
else
x:SetTexture(texture..sections[i])
end
Save the file and reload UI.
It fixed the issue for me, might not fix it for you though...