UNITFRAME_SECURE_TEMPLATE is always nil in vanilla

This commit is contained in:
Brues
2026-08-01 13:12:14 -05:00
parent c994d00596
commit f338deebe7
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1296,7 +1296,7 @@ function pfUI.uf:CreateUnitFrame(unit, id, config, tick)
unit, id = "target", ""
end
local f = CreateFrame("Button", "pf" .. fname, UIParent, UNITFRAME_SECURE_TEMPLATE)
local f = CreateFrame("Button", "pf" .. fname, UIParent)
-- add unitframe functions
f.UpdateFrameSize = pfUI.uf.UpdateFrameSize