From c7df3d49f1c70482e1176ec0048e59e1ec21c7e1 Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 22 Mar 2020 14:53:10 +0100 Subject: [PATCH] ui-widgets: adjust drawlayer of custom bars --- api/ui-widgets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ui-widgets.lua b/api/ui-widgets.lua index 56e2eaf7..479645a5 100644 --- a/api/ui-widgets.lua +++ b/api/ui-widgets.lua @@ -82,7 +82,7 @@ do -- statusbars local f = CreateFrame("Button", name, parent) f:EnableMouse(nil) - f.bar = f:CreateTexture(nil, "OVERLAY") + f.bar = f:CreateTexture(nil, "HIGH") f.bar:SetPoint("TOPLEFT", f, "TOPLEFT", 0, 0) f.bar:SetPoint("BOTTOMRIGHT", f, "BOTTOMRIGHT", 0, 0)