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
adding border.SetTexture = F.dummy seems to fix it
local RestyleButton = function(bu)
local buName = bu:GetName()
local border = bu.IconBorder
local searchOverlay = bu.searchOverlay
local newItemTexture = bu.NewItemTexture
bu:SetSize(C.bags.size, C.bags.size)
border:SetTexture(C.media.backdrop)
border.SetTexture = F.dummy
if bu.restyled then return end
The text was updated successfully, but these errors were encountered:
i realized, that this code should not work anymore if you add BuffFrame.SetPoint = F.dummy
local function reposition()
BuffFrame:ClearAllPoints()
BuffFrame:SetPoint("TOPRIGHT")
end
TicketStatusFrame:HookScript("OnShow", reposition)
TicketStatusFrame:HookScript("OnHide", reposition)
adding border.SetTexture = F.dummy seems to fix it
The text was updated successfully, but these errors were encountered: