Skip to content

Commit c8156df

Browse files
committed
old ??
1 parent b6aa72c commit c8156df

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

Diff for: ElvUI/Cata/Modules/Skins/Communities.lua

-21
Original file line numberDiff line numberDiff line change
@@ -595,27 +595,6 @@ function S:Blizzard_Communities()
595595
child.IsSkinned = true
596596
end
597597
end
598-
599-
--[[local buttons = list.ListScrollFrame.buttons
600-
for i = 1, #buttons do
601-
local button = buttons[i]
602-
if not button.IsSkinned then
603-
button:Point('LEFT', ApplicantList.backdrop, 1, 0)
604-
button:Point('RIGHT', ApplicantList.backdrop, -1, 0)
605-
606-
button:SetHighlightTexture(E.media.normTex)
607-
button:GetHighlightTexture():SetVertexColor(1, 1, 1, .25)
608-
609-
button.InviteButton:Size(66, 18)
610-
button.CancelInvitationButton:Size(20, 18)
611-
S:HandleButton(button.InviteButton)
612-
S:HandleButton(button.CancelInvitationButton)
613-
614-
hooksecurefunc(button, 'UpdateMemberInfo', ColorMemberName)
615-
616-
button.IsSkinned = true
617-
end
618-
end]] -- DF
619598
end)
620599
end
621600

Diff for: ElvUI/Classic/Modules/Skins/Communities.lua

-21
Original file line numberDiff line numberDiff line change
@@ -604,27 +604,6 @@ function S:Blizzard_Communities()
604604
child.IsSkinned = true
605605
end
606606
end
607-
608-
--[[local buttons = list.ListScrollFrame.buttons
609-
for i = 1, #buttons do
610-
local button = buttons[i]
611-
if not button.IsSkinned then
612-
button:Point('LEFT', ApplicantList.backdrop, 1, 0)
613-
button:Point('RIGHT', ApplicantList.backdrop, -1, 0)
614-
615-
button:SetHighlightTexture(E.media.normTex)
616-
button:GetHighlightTexture():SetVertexColor(1, 1, 1, .25)
617-
618-
button.InviteButton:Size(66, 18)
619-
button.CancelInvitationButton:Size(20, 18)
620-
S:HandleButton(button.InviteButton)
621-
S:HandleButton(button.CancelInvitationButton)
622-
623-
hooksecurefunc(button, 'UpdateMemberInfo', ColorMemberName)
624-
625-
button.IsSkinned = true
626-
end
627-
end]] -- DF
628607
end)
629608
end
630609

0 commit comments

Comments
 (0)