mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
load ColorPicker module
@Bunny67 I cannot get it to load Skins module. Can you take a look?
This commit is contained in:
@@ -1190,7 +1190,7 @@ function L_UIDropDownMenu_GetValue(id)
|
||||
end
|
||||
end
|
||||
|
||||
--[[function OpenColorPicker(info) --ColorPicker stuff not changed
|
||||
function OpenColorPicker(info) --ColorPicker stuff not changed
|
||||
ColorPickerFrame.func = info.swatchFunc;
|
||||
ColorPickerFrame.hasOpacity = info.hasOpacity;
|
||||
ColorPickerFrame.opacityFunc = info.opacityFunc;
|
||||
@@ -1205,4 +1205,4 @@ end
|
||||
|
||||
function ColorPicker_GetPreviousValues()
|
||||
return ColorPickerFrame.previousValues.r, ColorPickerFrame.previousValues.g, ColorPickerFrame.previousValues.b;
|
||||
end]]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user