[FIX] BoundsInHaloFix4-nk ( [closed] 3 of the 4 methods are in 3.6 )

ducasse at iam.unibe.ch ducasse at iam.unibe.ch
Sun Oct 5 18:07:14 UTC 2003


The only method not in is


Morph>>worldBoundsForHalo
	"To restore older behavior, change this to return  self
fullBoundsInWorld"

	| r |
	r _ self boundsIn: nil.
	Preferences showBoundsInHalo ifTrue: [ ^r outsetBy: 1 ].
	^r

any feedback?

Stef















< I'm a bug-fixing machine! >

This post brought to you by the BugFixArchiveViewer, a handy tool that
makes it easy to comment on proposed fixes and enhancements for Squeak. 
For more information, check out the Web page for the BugFixArchiveViewer
project: http://minnow.cc.gatech.edu/squeak/3214 

< I'm a bug-fixing machine! >



More information about the Squeak-dev mailing list