WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/cataclysm/Aloft/AloftThreat
    from Rev 1979 to Rev 1980
    Reverse comparison

Rev 1979 → Rev 1980

AloftThreatBar.lua
255,8 → 255,8
 
-- ChatFrame7:AddMessage("AloftThreatBar:SetupThreatBar(): set backdrop " .. tostring(backdropTable.edgeFile))
threatBar:SetBackdrop(backdropTable)
-- threatBar:SetBackdropBorderColor(0, 0, 0, 0)
-- threatBar:SetBackdropColor(0, 0, 0, 0)
-- threatBar:SetBackdropBorderColor(0, 0, 0, 0.1)
-- threatBar:SetBackdropColor(0, 0, 0, 0.1)
-- threatBar:SetBackdropColor(unpack(self.db.profile.backdropColor))
 
-- This manipulates the threat bar background to always display "below" the threat bar
489,8 → 489,8
end
 
-- the threat bar is constructed; show it, initially with bogus colors
threatBar:SetBackdropColor(0, 0, 0, 0)
threatBar:SetBackdropBorderColor(0, 0, 0, 0)
threatBar:SetBackdropColor(0, 0, 0, 0.1)
threatBar:SetBackdropBorderColor(0, 0, 0, 0.1)
threatBar:Show()
 
-- frame delay to flip the backdrop color(s); hopefully avoids the "malformed border" issue