Skip to content

Commit 9b063b7

Browse files
Fix Icons in Engraving frame. (#1426)
1 parent b4d7012 commit 9b063b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ElvUI/Classic/Modules/Skins/Engraving.lua

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ local function UpdateRuneList()
2222
for i = 1, (buttons and #buttons or 0) do
2323
local button = _G['EngravingFrameScrollFrameButton'..i]
2424
if button and not button.IsSkinned then
25+
local icon = _G['EngravingFrameScrollFrameButton'..i..'Icon']
26+
if icon then
27+
S:HandleIcon(icon, true)
28+
end
29+
2530
S:HandleButton(button)
2631
button.IsSkinned = true
2732
end

0 commit comments

Comments
 (0)