WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/preview/Aloft/AloftGlow
    from Rev 1990 to Rev 1998
    Reverse comparison

Rev 1990 → Rev 1998

AloftGlow.lua
361,8 → 361,8
-- ChatFrame7:AddMessage("AloftGlow:DoGlowUpdate(): glow " .. tostring(aloftData.name) .. "/" .. tostring(aloftData.recentlyDamaged) .. "/" .. tostring(status) .. "/" .. tostring(self.db.profile.invert) .. "/" .. tostring(self.db.profile.combatOnly) .. "/" .. tostring(inCombat))
local glowFrame = self:AcquireGlowFrame(aloftData)
if not glowFrame:IsShown() then
-- ChatFrame7:AddMessage("AloftGlow:DoGlowUpdate(): glow frame show " .. tostring(aloftData.name) .. "/" .. tostring(status))
glowFrame:Show()
ChatFrame7:AddMessage("AloftGlow:DoGlowUpdate(): glow frame show " .. tostring(aloftData.name) .. "/" .. tostring(status))
end
 
glowFrame.glowRegion:SetVertexColor(unpack(color)) -- set the color
462,7 → 462,7
 
glowFrame:SetWidth(self.db.profile.width)
glowFrame:SetHeight(self.db.profile.height)
glowFrame:Hide()
-- glowFrame:Hide()
end
 
function AloftGlow:PlaceGlowFrame(aloftData)