WoWInterface SVN StellarBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 17 to Rev 18
    Reverse comparison

Rev 17 → Rev 18

trunk/StellarBars/StellarBars.lua
231,7 → 231,7
stuffToHide = nil
 
hooksecurefunc("ActionButton_Update", function(this)
if db.skin ~= "Blizzard" then
if not lbf or db.skin ~= "Blizzard" then
this:SetNormalTexture("")
end
end)
716,8 → 716,13
local t = smed:List(sub == "texture" and "statusbar" or sub)
AddFakeSlider(level, sub, 1, #t, 1, t)
elseif sub == "skin" then
local t = lbf:ListSkins()
AddFakeSlider(level, sub, 1, #t, 1, t)
local i = 0
lbf.sblist = lbf.sblist or { }
for k, v in pairs(lbf:ListSkins()) do
i = i + 1
lbf.sblist[i] = k
end
AddFakeSlider(level, sub, 1, i, 1, lbf.sblist)
elseif sub == "scale" then
AddFakeSlider(level, sub, 0.3, 2, 0.02)
elseif sub == "alpha" then
trunk/StellarBars/StellarBars.toc
2,7 → 2,7
## Title: StellarBars
## Notes: Adds a new look and some options to the default action bars.
## Author: TotalPackage
## Version: 3.1.001
## Version: 3.1.002
 
## SavedVariables: StellarBarsDB