Icy Veins Stat Priority

Icy Veins Stat Priority

134k Downloads

10.2.5 Color Picker Lua error

class2u opened this issue ยท 1 comments

commented

Hi, due to 10.2.5 Color Picker changes. Got the following Lua error when I try to change the text color.

2x IcyVeinsStatPriority/Core.lua:186: attempt to call method 'SetColorRGB' (a nil value)
[string "@IcyVeinsStatPriority/Core.lua"]:186: in function <IcyVeinsStatPriority/Core.lua:180>
[string "@IcyVeinsStatPriority/Core.lua"]:204: in function <IcyVeinsStatPriority/Core.lua:201>

Locals:
colorTable =

{
1 = 0
2 = 0
3 = 0
4 = 1
}
changedCallback = defined @IcyVeinsStatPriority/Core.lua:151
r = 0
g = 0
b = 0
a = 1
(*temporary) = nil
(*temporary) = ColorPickerFrame {
0 =
GetColorRGB = defined @FrameXML/ColorPickerFrame.lua:79
DragBar = Frame {
}
DriftHookSet = true
OnKeyDown = defined @FrameXML/ColorPickerFrame.lua:53
cancelFunc = defined @IcyVeinsStatPriority/Core.lua:151
SetPoint = defined =[C]:-1
func = defined @IcyVeinsStatPriority/Core.lua:151
SetScale = defined =[C]:-1
SetupColorPickerAndShow = defined @FrameXML/ColorPickerFrame.lua:62
OnLoad = defined @FrameXML/ColorPickerFrame.lua:3
GetExtraInfo = defined @FrameXML/ColorPickerFrame.lua:87
previousValues =
{
}
GetPreviousValues = defined @FrameXML/ColorPickerFrame.lua:91
opacity = 1
hasOpacity = true
GetColorAlpha = defined @FrameXML/ColorPickerFrame.lua:83
Header = Frame {
}
Footer = Frame {
}
OnShow = defined @FrameXML/ColorPickerFrame.lua:34
Border = Frame {
}
Content = Frame {
}
opacityFunc = defined @IcyVeinsStatPriority/Core.lua:151
}
(*temporary) = 0
(*temporary) = 0
(*temporary) = 0
(*temporary) = "attempt to call method 'SetColorRGB' (a nil value)"

commented

Fixed.
Thanks for the feedback.