Jaliborc / Sushi-3.2

A GUI framework, all wrapped in rice and seaweed for extra flavor.
27 stars 8 forks source link

Sushi adds ColorPickerFrame.SetupColorPickerAndShow and breaks version checks #16

Closed Nevcairiel closed 6 months ago

Nevcairiel commented 8 months ago

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.

Jaliborc commented 6 months ago

Fixed