Is this a bug? (Morph)

Ross Boylan RossBoylan at stanfordalumni.org
Fri Oct 12 17:10:10 UTC 2001


I noticed the following code in Morph

extent: aPoint

	bounds extent = aPoint ifTrue: [^ self].
	self changed.
	bounds _ bounds topLeft extent: aPoint.
	self layoutChanged.
	self changed.


Are the two self changed's necessary?  Is both layoutChanged and self
changed necessary?




More information about the Squeak-dev mailing list