Fix party and raid custom buff icon border alignment - #2015
Merged
EllesmereGaming merged 1 commit intoSep 8, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Explicitly disable pixel snapping on party/raid custom-buff icon textures so they use the same snapping configuration as their border strips. This addresses the reported uneven border at icon size 22 (size 21 appeared correct).
Apply the existing
PP.DisablePixelSnaphelper in the live custom-buff style callback and when creating preview textures. AuraKit runs the initial style callback before registering the icon with the aura engine. The helper caches configured textures and guards secret/forbidden objects.Reported by Blazen against 9.1.6, with #1474 cited in the report. This change is limited to the raid-frame custom-buff path and its preview.
How was it tested?
/euidevenabled, changing icon sizes, and reported no errors.git diff --checkpass.Screenshots
Before screenshots were supplied in the original report but are not attached to this PR. An after screenshot has not been supplied. Before/after attachments are therefore missing.
Checklist
HookScript/hooksecurefunconly, neverSetScripton Blizzard frames - only addon-created texture configuration through the existing guarded helper; no new frame fields or scripts.