Skip to content

Commit

Permalink
Fixed a bug in ElvUI themes where item buttons would sometimes black …
Browse files Browse the repository at this point in the history
…out.
  • Loading branch information
Cidan committed Jul 31, 2024
1 parent 4ef7a58 commit f28a883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frames/era/item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function itemFrame.itemProto:SetItemFromData(data)
end
self.button.BattlepayItemTexture:SetShown(false)
self.button.NewItemTexture:Hide()
decoration:SetMatchesSearch(true)
--self.button.UpgradeIcon:SetShown(IsContainerItemAnUpgrade(bagid, slotid) or false)
--self.button:SetItemButtonTexture(data.itemInfo.itemIcon)
--self.button.
Expand Down

0 comments on commit f28a883

Please sign in to comment.