On Tue, Jan 31, 2017 at 3:15 AM, Hilaire <hilaire@drgeo.eu> wrote:
Le 30/01/2017 à 19:22, Ben Coman a écrit :
BalloonMorph setBalloonColorTo: Color yellow.
I did not know this one. Btw this method name is awful, #ballonColor: would have made it just fine
I think it is meant to be used very rarely. It sets class variable holding the default colour.
btw, I just saw your proposed fix to change UITheme>>balloonBackgroundColor. It didn't work for me in 50761 or 60262.
That worked. Now personally I don't really like yellow there for the tooltip. I think it clashes with the blue-ness of the rest of the theme. To keep in harmony with the blue of the theme? how would you consider the tooltip matching the selection colour... Pharo3Theme>>balloonBackgroundColor ^self selectionColor. or slightly lighter like this... Pharo3Theme>>balloonBackgroundColor ^Color cyan muchlighter. Any opinions from the rest of the community on making one of those two default? cheers -ben