Skip to content

Commit

Permalink
Fix Icons in Engraving frame. (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopesedge-Unmoist authored Dec 2, 2024
1 parent b4d7012 commit 9b063b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ElvUI/Classic/Modules/Skins/Engraving.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ local function UpdateRuneList()
for i = 1, (buttons and #buttons or 0) do
local button = _G['EngravingFrameScrollFrameButton'..i]
if button and not button.IsSkinned then
local icon = _G['EngravingFrameScrollFrameButton'..i..'Icon']
if icon then
S:HandleIcon(icon, true)
end

S:HandleButton(button)
button.IsSkinned = true
end
Expand Down

0 comments on commit 9b063b7

Please sign in to comment.