Skip to content

The border of items in the bag/bank change their texture on moving #109

@jens-io

Description

@jens-io

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions