We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d7012 commit 9b063b7Copy full SHA for 9b063b7
ElvUI/Classic/Modules/Skins/Engraving.lua
@@ -22,6 +22,11 @@ local function UpdateRuneList()
22
for i = 1, (buttons and #buttons or 0) do
23
local button = _G['EngravingFrameScrollFrameButton'..i]
24
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
+
30
S:HandleButton(button)
31
button.IsSkinned = true
32
end
0 commit comments