public
Description: WoW Addon - Crowd control assistance
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/controlfreak.git
Click here to lend your support to: controlfreak and make a donation at www.pledgie.com !
Remove fade in from config panels
tekkub (author)
Wed Mar 26 19:46:34 -0700 2008
commit  e05eacd45da70d90d5606a80dfee3e9ce5bab08e
tree    51c6786fdc0d2dd6d8c6a6fb35766b51f25a8919
parent  60272ddad958a79ffa378f83b9311ea12a0858c4
...
62
63
64
65
66
 
67
68
69
...
62
63
64
 
 
65
66
67
68
0
@@ -62,8 +62,7 @@ frame:SetScript("OnShow", function(frame)
0
   end)
0
 
0
 
0
- frame:SetScript("OnShow", LibStub("tekKonfig-FadeIn").FadeIn)
0
- LibStub("tekKonfig-FadeIn").FadeIn(frame)
0
+ frame:SetScript("OnShow", fade)
0
 end)
0
 
0
 InterfaceOptions_AddCategory(frame)
...
144
145
146
147
148
149
150
151
152
...
144
145
146
 
147
 
148
149
150
0
@@ -144,9 +144,7 @@ frame:SetScript("OnShow", function(frame)
0
   ww:EnslaveTooltip(deletebutton, "Delete the selected profile. Default profiles will reset to their original settings when deleted.")
0
   ww:EnslaveTooltip(createbutton, "Duplicate the current profile into a new profile.")
0
 
0
- local fade = LibStub("tekKonfig-FadeIn").FadeIn
0
   local function OnShow(frame)
0
- fade(frame)
0
     profiles = ControlFreak.db:GetProfiles()
0
     UpdateRows()
0
   end

Comments

    No one has commented yet.