Skip to content

Commit

Permalink
Skinned Sets Tab
Browse files Browse the repository at this point in the history
There are two sets tab. One, when looking at sets in the interface (that one is skinned). Two, when looking at sets *while using the transmogrifier*. That one was not skinned, this fixed it.
  • Loading branch information
lanseb committed Aug 17, 2017
1 parent 2a04145 commit 1dfd753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShestakUI/Modules/Skins/Blizzard/Collections.lua
Expand Up @@ -510,6 +510,7 @@ local function LoadSkin()
end

WardrobeCollectionFrame.ItemsCollectionFrame:StripTextures()
WardrobeCollectionFrame.SetsTransmogFrame:StripTextures()
WardrobeCollectionFrame.progressBar:StripTextures()
WardrobeCollectionFrame.progressBar:CreateBackdrop("Overlay")
WardrobeCollectionFrame.progressBar:SetStatusBarTexture(C.media.texture)
Expand All @@ -521,6 +522,8 @@ local function LoadSkin()
T.SkinDropDownBox(WardrobeCollectionFrameWeaponDropDown, 170)
T.SkinNextPrevButton(WardrobeCollectionFrame.ItemsCollectionFrame.PagingFrame.PrevPageButton)
T.SkinNextPrevButton(WardrobeCollectionFrame.ItemsCollectionFrame.PagingFrame.NextPageButton)
T.SkinNextPrevButton(WardrobeCollectionFrame.SetsTransmogFrame.PagingFrame.PrevPageButton)
T.SkinNextPrevButton(WardrobeCollectionFrame.SetsTransmogFrame.PagingFrame.NextPageButton)

WardrobeCollectionFrame.SetsCollectionFrame.LeftInset:StripTextures()
WardrobeCollectionFrame.SetsCollectionFrame.RightInset:StripTextures()
Expand Down

0 comments on commit 1dfd753

Please sign in to comment.