We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5264116 commit b135c76Copy full SHA for b135c76
ElvUI/Mainline/Modules/Skins/PlayerChoice.lua
@@ -8,9 +8,9 @@ local hooksecurefunc = hooksecurefunc
8
9
function S:PlayerChoice_SetupButtons(buttons)
10
if buttons and buttons.buttonFramePool then
11
- for button in buttons.buttonFramePool:EnumerateActive() do
12
- if not button.IsSkinned then
13
- S:HandleButton(button, true)
+ for buttonFrame in buttons.buttonFramePool:EnumerateActive() do
+ if not buttonFrame.IsSkinned then
+ S:HandleButton(buttonFrame.Button, true)
14
end
15
16
0 commit comments