Thread: Classicon help
View Single Post
03-08-15, 07:28 PM   #7
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by Phanx View Post
No; oUF annoyingly assumes the objects are textures. Just add a dummy method to shut it up:

Code:
for index = 1, numIcons do
    local Icon = CreateFrame("Button", nil, self)
    Icon.SetVertexColor = nop
ah ok thank you Phanx!
__________________
Tweets YouTube Website
  Reply With Quote