'From Squeak3.1alpha of 5 February 2001 [latest update: #3602] on 15 February 2001 at 2:54:02 pm'! "Change Set: RoundCornerHackFix Date: 15 February 2001 Author: Dan Ingalls Fixes the new fast drag of rounded corners to work for all morphs (not just BorderedMorphs). "! !Morph methodsFor: 'drawing' stamp: 'di 2/15/2001 14:51'! boundsWithinCorners ^ CornerRounder rectWithinCornersOf: self bounds! ! BorderedMorph removeSelector: #boundsWithinCorners!