I’ve got a TextButton that sets its background colours using:
setBackgroundColours(Colour(86,122,162),Colours::yellow);
Drawing of the background of this button is done in LookAndFeel::drawButtonBackground()
On a MacIntel machine the mouse over color, used to draw a ring around the button comes out white, but on a PPC machine, it comes out black.
The mouse over color is generated using Colour::contrasting(). Has anyone else seen this issue with this call between the two Mac platforms?