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 !
Remove fade in from config panels
tekkub (author)
Wed Mar 26 19:47:42 -0700 2008
commit  ee810bf7ccb2820164a7e52b0c7a253d5f385d8a
tree    482cdf1e67319430fe50432a0e3debc401a191a7
parent  b7ff70150f9b5a7850de69bc0d657dc49c87475d
...
18
19
20
21
22
 
23
24
25
...
18
19
20
 
 
21
22
23
24
0
@@ -18,8 +18,7 @@ frame:SetScript("OnShow", function()
0
   qtrack:SetScript("OnClick", function(self) checksound(self); TourGuide.db.char.trackquests = not TourGuide.db.char.trackquests end)
0
   qtrack:SetChecked(TourGuide.db.char.trackquests)
0
 
0
- frame:SetScript("OnShow", LibStub("tekKonfig-FadeIn").FadeIn)
0
- LibStub("tekKonfig-FadeIn").FadeIn(frame)
0
+ frame:SetScript("OnShow", nil)
0
 end)
0
 
0
 InterfaceOptions_AddCategory(frame)
...
66
67
68
69
70
71
72
...
77
78
79
80
81
82
83
...
66
67
68
 
69
70
71
...
76
77
78
 
79
80
81
0
@@ -66,7 +66,6 @@ frame:SetScript("OnShow", function()
0
   end)
0
 
0
 
0
- local fadein = LibStub("tekKonfig-FadeIn").FadeIn
0
   local function newoffset()
0
     for i,name in ipairs(TourGuide.guidelist) do
0
       if name == TourGuide.db.char.currentguide then return i - (NUMROWS/2) - 1 end
0
@@ -77,7 +76,6 @@ frame:SetScript("OnShow", function()
0
     if offset >= (#TourGuide.guidelist - NUMROWS) then offset = #TourGuide.guidelist - NUMROWS - 1 end
0
     if offset < 0 then offset = 0 end
0
     TourGuide:UpdateGuidesPanel()
0
- fadein(self)
0
   end
0
   frame:SetScript("OnShow", OnShow)
0
   OnShow(frame)
...
59
60
61
62
63
 
64
65
66
...
59
60
61
 
 
62
63
64
65
0
@@ -59,8 +59,7 @@ frame:SetScript("OnShow", function()
0
     local text = ww.SummonFontString(f, nil, "GameFontHighlight", descriptions[icontype], "LEFT", icon, "RIGHT", ROWOFFSET, 0)
0
   end
0
 
0
- frame:SetScript("OnShow", LibStub("tekKonfig-FadeIn").FadeIn)
0
- LibStub("tekKonfig-FadeIn").FadeIn(frame)
0
+ frame:SetScript("OnShow", nil)
0
 end)
0
 
0
 InterfaceOptions_AddCategory(frame)

Comments

    No one has commented yet.