From f30d0439e87cc5772d0f75e5c3958a4964fe8ee4 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 27 Jun 2023 11:14:42 -0300 Subject: [PATCH] Fixed Auto Run Code window not closing by click on the close button --- frames/window_runcode.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/window_runcode.lua b/frames/window_runcode.lua index 870b1ade..91d814a2 100644 --- a/frames/window_runcode.lua +++ b/frames/window_runcode.lua @@ -53,6 +53,7 @@ function Details222.AutoRunCode.OpenRunCodeWindow() end) detailsRunCodePanel:SetScript("OnHide", function() codeEditor:Hide() + _G.DetailsPluginContainerWindow:Hide() end) --code editor appearance