unitframes

This commit is contained in:
Bunny67
2017-12-23 16:02:33 +03:00
parent 8091dfe7ed
commit f5d7682f92
5 changed files with 9 additions and 4 deletions
@@ -208,6 +208,7 @@ local function configureChildren(self)
local childAttr = "child"..i
if not self:GetAttribute(childAttr) then
local newButton = CreateFrame("Button", name.."UnitButton"..i, self)
newButton:SetFrameStrata("LOW")
SetupUnitButtonConfiguration(self, newButton)
self:SetAttribute(childAttr, newButton)
end