Thread: Classicon help
View Single Post
03-08-15, 06:54 PM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
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
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote