From 82bae7e5f035175ccc246ec817874f6b5dcf1ea8 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Tue, 13 Oct 2020 20:18:10 +0200 Subject: [PATCH] Dont hide the close button on the Help skin --- ElvUI/Modules/Skins/Blizzard/Help.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ElvUI/Modules/Skins/Blizzard/Help.lua b/ElvUI/Modules/Skins/Blizzard/Help.lua index b944409d4..7fb549b35 100644 --- a/ElvUI/Modules/Skins/Blizzard/Help.lua +++ b/ElvUI/Modules/Skins/Blizzard/Help.lua @@ -27,7 +27,7 @@ function S:HelpFrame() local frame = _G.HelpFrame frame:StripTextures() frame:CreateBackdrop('Transparent') - S:HandleCloseButton(_G.HelpFrameCloseButton) + S:HandleCloseButton(_G.HelpFrameCloseButton, frame.backdrop) local browser = _G.HelpBrowser browser.BrowserInset:StripTextures() @@ -144,7 +144,6 @@ function S:HelpFrame() HelpFrame:CreateBackdrop('Transparent') S:HandleEditBox(_G.HelpFrameKnowledgebaseSearchBox) S:HandleScrollBar(_G.HelpFrameKnowledgebaseScrollFrameScrollBar, 5) - S:HandleCloseButton(_G.HelpFrameCloseButton, HelpFrame.backdrop) S:HandleCloseButton(_G.HelpFrameKnowledgebaseErrorFrameCloseButton, _G.HelpFrameKnowledgebaseErrorFrame.backdrop) --Hearth Stone Button -- GitLab