- MAJOR thanks to Shefki for finding and fixing most of the 3.3.3 issues!

- fixed runes module
- fixed a few other minor issues
This commit is contained in:
Parnic
2010-03-25 04:15:22 +00:00
parent 415e4428a4
commit 06daebe0fd
5 changed files with 15 additions and 13 deletions

View File

@ -303,7 +303,7 @@ function ComboPoints.prototype:CreateComboFrame(forceTextureUpdate)
end
end
self.frame.graphical[i]:SetFrameStrata("BACKGROUND")
self.frame.graphical[i]:SetFrameStrata("LOW")
self.frame.graphical[i]:SetAllPoints(self.frame.graphicalBG[i])
local r, g, b = self:GetColor("ComboPoints")