Skip to content

Commit

Permalink
Fixed skin edit box for LFGListFrame.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Oct 29, 2014
1 parent ecee913 commit bfe51c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ShestakUI/Modules/Skins/Blizzard/PvE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ local function LoadSkin()
LFGListFrame.SearchPanel.RefreshButton:SetSize(24, 24)
LFGListFrame.SearchPanel.RefreshButton.Icon:SetPoint("CENTER")

-- T.SkinEditBox(LFGListFrame.SearchPanel.SearchBox)
T.SkinEditBox(LFGListFrame.SearchPanel.SearchBox)
T.SkinScrollBar(LFGListFrame.SearchPanel.ScrollFrame.scrollBar)

T.SkinCloseButton(PVEFrameCloseButton)
Expand All @@ -383,7 +383,6 @@ local function LoadSkin()

LFGListFrame.CategorySelection.CategoryButtons[1]:SetNormalFontObject(GameFontNormal)
hooksecurefunc("LFGListCategorySelection_AddButton", function(self, index)
--T.SkinEditBox(LFGListFrame.SearchPanel.SearchBox)
local button = self.CategoryButtons[index]
if button and not button.styled then
button.Cover:Hide()
Expand Down

0 comments on commit bfe51c2

Please sign in to comment.