View Single Post
01-11-11, 12:31 PM   #7
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Hmm, chould not find it..

tryed this today.. no resaults.... sigh

Code:
    local dbhbg = dbh:CreateFrame('Frame', self)
    self.DebuffHighlightBackdrop = dbhbg
    self.DebuffHighlightBackdrop = true
	
    local dbh = CreateFrame("Frame", self)
    self.DebuffHighlight = dbh
    self.DebuffHighlightFrame = true
	
    ColorBorder(self, R, G, B)
	
    ColorBorder(dbh, R, G, B)
	
    ColorBorder(dbhbg, R, G, B)
  Reply With Quote