mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 01:46:03 +00:00
ui-widgets: normalize statusbar texture drawlayer
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user