From eec281762da65da7f6756ddb964cd98488535a01 Mon Sep 17 00:00:00 2001 From: Jan Van Buggenhout Date: Fri, 29 Sep 2023 01:37:52 +0200 Subject: [PATCH] Remove InterfaceOptionsFramePanelContainer Passing InterfaceOptionsFramePanelContainer as parent is no longer needed as of 3.4.2 --- AceGUI-3.0/widgets/AceGUIContainer-BlizOptionsGroup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AceGUI-3.0/widgets/AceGUIContainer-BlizOptionsGroup.lua b/AceGUI-3.0/widgets/AceGUIContainer-BlizOptionsGroup.lua index d95db58..54278c3 100644 --- a/AceGUI-3.0/widgets/AceGUIContainer-BlizOptionsGroup.lua +++ b/AceGUI-3.0/widgets/AceGUIContainer-BlizOptionsGroup.lua @@ -99,7 +99,7 @@ local methods = { Constructor -------------------------------------------------------------------------------]] local function Constructor() - local frame = CreateFrame("Frame", nil, InterfaceOptionsFramePanelContainer) + local frame = CreateFrame("Frame") frame:Hide() -- support functions for the Blizzard Interface Options