Jaslm / ColorPickerPlus

Color selection add-on for World of Warcraft
MIT License
10 stars 13 forks source link

Dragonflight Support #5

Closed ljosberinn closed 1 year ago

ljosberinn commented 2 years ago

currently throws the following errors:

Locals: (*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"


- on open, e.g. clicking a WA color picker:
```lua
Message: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
Time: Wed Sep 21 22:47:50 2022
Count: 1
Stack: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function `CreateTexture'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:835: in function `CreateHueBar'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1092: in function `Initialize_UI'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1119: in function `?'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:123: in function <Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua:123>

Locals: (*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"