Merge remote-tracking branch 'fork/master'
This commit is contained in:
@@ -4722,6 +4722,7 @@ function detailsFramework:CreateBorderFrame(parent, name)
|
||||
local parentName = name or ("DetailsFrameworkBorderFrame" .. tostring(math.random(1, 100000000)))
|
||||
|
||||
local f = CreateFrame("frame", parentName, parent, "BackdropTemplate")
|
||||
detailsFramework:Mixin(f, detailsFramework.FrameFunctions)
|
||||
f:SetFrameLevel(f:GetFrameLevel()+1)
|
||||
f:SetAllPoints()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user