Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions EllesmereUIRaidFrames/EUI_RaidFrames_AuraContainers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,8 @@ local function ApplyBmIconExtra(button, dd, style)
-- uninstall): Show post-hook re-hides, alpha 0 covers engine paths that
-- re-show outside the hooked Lua method. Hook installs lazily on first hide.
if dd.icon then
-- Match the unsnapped border strips at fractional icon edges.
if EllesmereUI.PP then EllesmereUI.PP.DisablePixelSnap(dd.icon) end
dd.bmHideIcon = style.hideIcon == true
dd.icon:SetShown(not dd.bmHideIcon)
if dd.bmHideIcon and not dd.bmIconHooked then
Expand Down
1 change: 1 addition & 0 deletions EllesmereUIRaidFrames/EUI_RaidFrames_BuffManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ function ns.BM_CreatePreviewIndicators(f, health, PP)
fr:Hide()

local tex = fr:CreateTexture(nil, "ARTWORK")
if PP then PP.DisablePixelSnap(tex) end
tex:SetAllPoints()
tex:SetTexCoord(0.08, 0.92, 0.08, 0.92)
fr._tex = tex
Expand Down