shirsig / aux-addon

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla
https://www.curseforge.com/wow/addons/aux
196 stars 42 forks source link

fix color for quality dropdown #333

Closed Artur91425 closed 3 years ago

Artur91425 commented 3 years ago

Previous implementation broke the function of automatic text filling, so I had to rewrite. Now the text is coloring at the time of set this text, and not when you initialize the list items, thereby not breaking the other functionality.

Now you can absolutely for any dropdown, assign the colors table and all the dropdown items will be colored according to the specified table.

shirsig commented 3 years ago

Thanks.