public
Description: WoW Powerleveling addon
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/tourguide.git
Click here to lend your support to: tourguide and make a donation at www.pledgie.com !
Make config panel fade in
tekkub (author)
Sun Dec 02 14:45:11 -0800 2007
commit  23af94cc53dc7a98ee16d4c3a22b8dbda9b95fa1
tree    4c2f9cf945cd498885550fbc3140e260f9e92edb
parent  c6f859623bbac0a45e99149c9238597e3a076bb3
...
14
15
16
17
 
18
 
 
 
19
20
21
...
14
15
16
 
17
18
19
20
21
22
23
24
0
@@ -14,8 +14,11 @@ function TourGuide:CreateConfigPanel()
0
   qtrack:SetScript("OnClick", function() self.db.char.trackquests = not self.db.char.trackquests end)
0
 
0
 
0
- local function OnShow(frame)
0
+ local function OnShow(f)
0
     qtrack:SetChecked(self.db.char.trackquests)
0
+
0
+ f:SetAlpha(0)
0
+ f:SetScript("OnUpdate", ww.FadeIn)
0
   end
0
 
0
   frame:SetScript("OnShow", OnShow)

Comments

    No one has commented yet.