[comp.lang.smalltalk] Smalltalk R4 Goodie

atoenne@julien.informatik.uni-dortmund.de (Andreas Toenne) (01/17/91)

Sorry, I've just found a small bug in my iconize goodie.
I use
	gc paint: (ColorValue white)
as the icon label color. This does not work on black and white screens
because this is the background color too.
Replace this line in WindowHolder>>open by
	gc paint: (LookPreferences defaultForWindows selectionBackgroundColor).
This should yield a reasonable 'inverted' color to the regular
background color.
(ie. black on white or lightGray on darkGray).

	Andreas Toenne
	atoenne@unido.uucp