Frame incorrectly inserted in UISpecialFrames
Solanya opened this issue ยท 2 comments
listener/addon/ui/CopyFrame.xml
Line 37 in 9e05b98
UISpecialFrames should only contain frame names and not frames directly. The line should be table.insert( UISpecialFrames, self:GetName() )
instead.