From bdb3fa2f6b8104079bc2eca8c4398358b4c98bd0 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sun, 4 Dec 2022 09:08:41 -0600 Subject: [PATCH] Add DetailsPluginContainerWindow to UISpecialFrames --- core/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/plugins.lua b/core/plugins.lua index deee9a58..b7f5a2d2 100644 --- a/core/plugins.lua +++ b/core/plugins.lua @@ -429,6 +429,8 @@ f:SetBackdrop(_detalhes.PluginDefaults and _detalhes.PluginDefaults.Backdrop or {bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16, edgeFile = [[Interface\Buttons\WHITE8X8]], edgeSize = 1}) f:SetBackdropColor(0, 0, 0, 0.3) f:SetBackdropBorderColor(0, 0, 0, 1) + tinsert(UISpecialFrames, "DetailsPluginContainerWindow") + local scaleBar = DetailsFramework:CreateScaleBar(f, Details.options_window) scaleBar:SetFrameStrata("fullscreen")