LS: UI

LS: UI

146k Downloads

Something by Blizz side made bugs appear

Gotxiko opened this issue ยท 5 comments

commented

sin titulo

Some artifacts appeared today, Blizz must have done something, didn't touch anything yesterday or today. Yesterday this wasn't here.

commented

Problem fixed :D
Will update this post if something else broke (though shouldn't).

commented

Will keep it open for now then :p

commented

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.

commented

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...

commented

K, I got 17 reports that this solution fixes the issue, I'm closing this one then :p