mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 08:36:04 +00:00
ui-widgets: adjust drawlayer of custom bars
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user