'From Squeak3.7-m17n of 21 July 2004 [latest update: #19] on 25 July 2004 at 3:48:07 pm'! "Change Set: e10BorderColorFix-sw Date: 5 July 2004 Author: Scott Wallace Fixes the color-patch readout of the borderColor slot in a Viewer. Derived from a fix earlier published as part of update 0219borderFixes on Squeakland. "! !Player methodsFor: 'slot getters/setters' stamp: 'sw 7/5/2004 22:47'! getBorderColor "Answer the border color of my costume" ^ costume renderedMorph borderStyle color ifNil: [costume renderedMorph borderStyle baseColor]! !