zorker / rothui

Just a bunch of stuff I wrote for World of Warcraft
MIT License
105 stars 56 forks source link

rButtonTemplate: Fix for 8.1.5 ItemButtons not having a checked texture #63

Closed Goldpaw closed 5 years ago

Goldpaw commented 5 years ago

Just copied your code from the actionbutton styling section of the same file. The new ItemButton frame type in 8.1.5 doesn't use a checked texture it seems, so without that extra check the code bugs out.

Feel free to use the fix, discard it in burning rage, implement your own probably better and more elegant, or whatever. I just woke up, saw in my inbox folder that somebody had posted an issue at your repo, and thought "why not"! :D

Dajova commented 5 years ago

Works perfect, thanks :) Now i can finally start working on my own template!

zorker commented 5 years ago

Sounds good.