[BUG] MorphicModel

Joshua Gargus gargus at ugrad.cs.ualberta.ca
Wed May 19 06:12:28 UTC 1999


Hi Squeakers,

I encountered a bug where the method MorphicModel>>model:slotName: does
not make the receiver a dependent of the argument to 'model:'.  My 
fix is included below.

Josh


'From Squeak 2.4b of April 23, 1999 on 19 May 1999 at 12:04:08 am'!

!MorphicModel methodsFor: 'initialization' stamp: 'jcg 5/19/1999 00:03'!
model: thang slotName: nameOfThisPart
	
	self model: thang.
	slotName _ nameOfThisPart.
	open _ false.! !





More information about the Squeak-dev mailing list