Skip to content

Commit

Permalink
only use "Default" colors on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed May 25, 2011
1 parent 798838f commit a44b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tukui/modules/skins/blizzardframes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local function SkinButton(f, strip)

if strip then f:StripTextures() end

f:SetTemplate("Default", true)
f:SetTemplate("Default")
f:HookScript("OnEnter", SetModifiedBackdrop)
f:HookScript("OnLeave", SetOriginalBackdrop)
end
Expand Down

0 comments on commit a44b3b9

Please sign in to comment.