WoWInterface SVN CooldownIconsRevamped

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 118 to Rev 119
    Reverse comparison

Rev 118 → Rev 119

CooldownIcons_Revamped/core.lua
835,8 → 835,10
local t_storeable = {}
t_storeable = LCI:deepcopy(DB_DEFAULT_ICON)
t_storeable.name = newIcon
local preIcon_Font = CIR.db.char.icondb["Icon"..CIR.ButtonNumber-1].options.font.style
t_storeable.options.font.style = preIcon_Font
if CIR.db.char.icondb["Icon"..CIR.ButtonNumber-1] then
local preIcon_Font = CIR.db.char.icondb["Icon"..CIR.ButtonNumber-1].options.font.style
t_storeable.options.font.style = preIcon_Font or "Fonts\\FRIZQT__.TTF"
end
--create in OptionTable
CIR.options.args.local_layout.args[newIcon]=t_config
--SV update