-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix icons not showing on blizzard frames
- Loading branch information
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
2 comments
on commit 4dd89db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f1f5b82 addresses this, let me know if there are still issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. It is working for me now and it looks good tho.
Masque does not really work on UnitFrames, but I guess they need to adjust
their addon.
"Masque -> Skin Settings -> BigDebuffs -> UnitFrames"
I think a higher FrameLevel is needed, because without, the icons does not get displayed for me.
That way it also worked with Masque, but there is a weird blue border, but thats probaly an issue from Masque.
Original version:
frame:SetFrameLevel(parent:GetFrameLevel() + 1)
version:frame:SetFrameLevel(parent:GetFrameLevel() + 2)
places it over the floating combat text like healing received on the player frame.
Kind Regards