We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd80f5 commit c2e5d68Copy full SHA for c2e5d68
Components/GroupModules/GroupModule_GroupPosition/Config.lua
@@ -67,7 +67,7 @@ function Module:OnSuggest()
67
local name = frame:GetName()
68
if name
69
and _G[name] == frame
70
- and frame:GetNumPoints() > 0
+ and (issecretvalue(frame:GetNumPoints()) or frame:GetNumPoints() > 0)
71
and not frame:IsForbidden()
72
and (
73
-- Don't measure secure frames because reading frame size can
0 commit comments