-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IconBorder Issue #3
Comments
Doesen't fixed for me :( |
Copy the code you changed and put it in a gist. |
If you're using Bagnon_Facade, you need to edit it, too. That code only affects Combuctor_Masque. |
i don't use bagnon at all... |
You mentioned Bagnon in the issue you posted on Masque. The fix was made for Bagnon_Facade. I didn't test it on Combuctor because I don't use Combuctor. It worked fine with Bagnon. Outside of that, I don't know what to tell you other than it's not an issue with Masque. |
I just tested it with Bagnon, same thing. Same border appears: After icon get switched it appears normal: If i click on the button: Should be like: So,it's not 100% fixed :( |
The first image is not the same issue you pointed out in the other report. What you're seeing there is most likely the default The issue with the I didn't say it was 100% fixed. I demonstrated a fix that got it working on my end. I can't account for factors other than what I experienced. I used the fix I posted and tested the same scenario as was discussed, in the same manner. With the fix, the issue was gone on my computer. At this point, you'll probably have to wait until the author fixes it. |
Just fyi, I haven't read this issue yet, cause I'm dealing with some a big higher priority issues. Will try to look at it this week. |
No problem, J. @GreyFoxGer: Try this. (Replace the contents of Bagnon_Facade.lua) The issue is that, in spite of calling |
@StormFX still the same problem :( |
Don't know what to tell you, then. It's working fine on my end. |
Oh wow, forgot about this. 5 years ago! |
It seems that under certain conditions, Bagnon_Facade's
IconBorder:SetAlpha(0)
isn't being applied correctly. For example, if one reloads the UI, kills a mob, loots a gray or white item and then moves an uncommon or better item to that slot, theIconBorder
is still in its default state. I'm not sure why this occurring. I was able to fix it by using adding an additional method overwrite to Bagnon_Facade, like so:The text was updated successfully, but these errors were encountered: