Sushi adds the ColorPickerFrame.SetupColorPickerAndShow if it does not exist, breaking checks in other addons that might check for that function to be available, and assuming it is the original and works as expected - not some addon replacement function.
It is generally a bad idea to mess with global frames that other addons might use. If you want a handy fallback function, please make it local.
Sushi adds the ColorPickerFrame.SetupColorPickerAndShow if it does not exist, breaking checks in other addons that might check for that function to be available, and assuming it is the original and works as expected - not some addon replacement function.
It is generally a bad idea to mess with global frames that other addons might use. If you want a handy fallback function, please make it local.