Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion EllesmereUIUnitFrames/EllesmereUIUnitFrames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5533,7 +5533,8 @@ local function CreateCastBar(frame, unit, settings)
-- fill texture) so the OVERLAY border sits above the ARTWORK fill.
-- Drawing on castbarBg would put the border behind the fill because
-- castbar is a child of castbarBg and draws above it.
PP.CreateBorder(castbar, 0, 0, 0, 1, 1, "OVERLAY", 0)
-- Border size is inherited from the frame.
PP.CreateBorder(castbar, 0, 0, 0, 1, settings.borderSize or 0, "OVERLAY", 0)


-- Three-zone cast bar text layout matching nameplates:
Expand Down