From 774df9d09b1f85565fd2c154d423fd187cf3ca9e Mon Sep 17 00:00:00 2001 From: shagu Date: Thu, 5 Jun 2025 19:30:46 +0200 Subject: [PATCH] ui-widgets: normalize statusbar texture drawlayer --- 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 5d6094b5..3abc6765 100644 --- a/api/ui-widgets.lua +++ b/api/ui-widgets.lua @@ -117,7 +117,7 @@ do -- statusbars local f = CreateFrame("Button", name, parent) f:EnableMouse(nil) - f.bar = f:CreateTexture(nil, "HIGH") + f.bar = f:CreateTexture(nil, "NORMAL") f.bar:SetPoint("TOPLEFT", f, "TOPLEFT", 0, 0) f.bar:SetPoint("BOTTOMRIGHT", f, "BOTTOMRIGHT", 0, 0)