diff -r dc5e958a20dc -r cf319f2e56d0 Tools__Inspector2.st --- a/Tools__Inspector2.st Mon May 09 21:47:57 2016 +0200 +++ b/Tools__Inspector2.st Thu May 12 08:33:55 2016 +0200 @@ -1079,7 +1079,7 @@ clr := Color perform:eachItem choiceValue. labelWithColor := lbl asText backgroundColorizeAllWith:clr. clr brightness < 0.5 ifTrue:[ - labelWithColor := labelWithColor colorizeAllWith:Color white. + labelWithColor := labelWithColor withColor:Color white. ]. eachItem label:labelWithColor. ].