WoWInterface SVN CompactBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 25 to Rev 26
    Reverse comparison

Rev 25 → Rev 26

CompactBars/core.lua
396,8 → 396,10
CompactBars.db.profile.scale, CompactBars.db.profile.height, CompactBars.db.profile.fonts,
CompactBars.db.profile.scaletext, CompactBars.db.profile.amaxtimes, CompactBars.db.profile.ehidescale,
CompactBars.db.profile.eiconpos, CompactBars.db.profile.nevershowscale)
for k, v in pairs({strsplit(",", CompactBars.db.profile.markers)}) do
CompactBars.sb:CreateMarker(tonumber(strtrim(v)))
if CompactBars.db.profile.markers then
for k, v in pairs({strsplit(",", CompactBars.db.profile.markers)}) do
CompactBars.sb:CreateMarker(tonumber(strtrim(v)))
end
end
self:SpellUpdate()
end