The latest Bagnon update 10.2.18 broke the color picker functionality for some addons in Classic
such as WeakAuras. This is a result of ColorPickerFrame.SetupColorPickerAndShow being assigned in the Sushi library as the presence of this function is used by other addons to determine the game version.
This PR proposes a fix for this issue that should work with both versions of the game (I've only tested the Classic version however).
The latest Bagnon update 10.2.18 broke the color picker functionality for some addons in Classic such as WeakAuras. This is a result of ColorPickerFrame.SetupColorPickerAndShow being assigned in the Sushi library as the presence of this function is used by other addons to determine the game version.
This PR proposes a fix for this issue that should work with both versions of the game (I've only tested the Classic version however).
Related issues: https://github.com/Jaliborc/Bagnon/issues/1874 https://github.com/Jaliborc/Bagnon/issues/1875