Skip to content

Commit

Permalink
Added skin for prev and next button in BarberShop.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Sep 7, 2016
1 parent df18aa6 commit 1bd2a65
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ShestakUI/Modules/Skins/Blizzard/BarberShop.lua
Expand Up @@ -19,8 +19,11 @@ local function LoadSkin()
BarberShopFrameCancelButton:SkinButton(true)
BarberShopFrameResetButton:SkinButton(true)

--BETA T.SkinNextPrevButton(BarberShopFramePrev)
-- T.SkinNextPrevButton(BarberShopFrameNext)
for i = 1, #BarberShopFrame.Selector do
local prevBtn, nextBtn = BarberShopFrame.Selector[i]:GetChildren()
T.SkinNextPrevButton(prevBtn, true)
T.SkinNextPrevButton(nextBtn)
end

BarberShopBannerFrameBGTexture:Kill()
BarberShopBannerFrame:Kill()
Expand Down

0 comments on commit 1bd2a65

Please sign in to comment.