Skip to content

Commit

Permalink
Skinned Paragon Rep. Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
lanseb committed Jan 10, 2018
1 parent 2f5a804 commit f6c38ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ShestakUI/Modules/Skins/Blizzard/Character.lua
Expand Up @@ -169,6 +169,10 @@ local function LoadSkin()
for i = 1, 4 do
T.SkinTab(_G["CharacterFrameTab"..i])
end

T.SkinCloseButton(CharacterFrame.ReputationTabHelpBox.CloseButton)
CharacterFrame.ReputationTabHelpBox:StripTextures()
CharacterFrame.ReputationTabHelpBox:CreateBackdrop("Transparent")

-- Buttons used to toggle between equipment manager, titles, and character stats
local function FixSidebarTabCoords()
Expand Down Expand Up @@ -267,4 +271,4 @@ local function LoadSkin()
CharacterModelFrameBackgroundBotRight:SetPoint("BOTTOMRIGHT", CharacterModelFrame.backdrop, "BOTTOMRIGHT", -2, -50)
end

tinsert(T.SkinFuncs["ShestakUI"], LoadSkin)
tinsert(T.SkinFuncs["ShestakUI"], LoadSkin)

0 comments on commit f6c38ca

Please sign in to comment.