ui-widgets: normalize statusbar texture drawlayer

This commit is contained in:
shagu
2025-06-05 19:30:46 +02:00
parent 48eaf7e875
commit 774df9d09b
+1 -1
View File
@@ -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)