Changing the text/font color in a PluggableListMorph

Chris Becker chbecker at neo.rr.com
Fri May 16 18:33:24 UTC 2003


> From: Ned Konz
> ScrollPane>>itemColor: someColor
> 	scroller submorphsDo: [ :m | m color: someColor ].

This does change the submorph colors temporarily, but the colors revert
back to the default (black) when the list is refreshed or items are
deselected.

I can't figure out what tells the fonts to be displayed in black by
default.




More information about the Squeak-dev mailing list