[etoys-dev] Etoys: Etoys-kfr.121.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 8 17:16:30 EST 2012


Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.121.mcz

==================== Summary ====================

Name: Etoys-kfr.121
Author: kfr
Time: 8 March 2012, 11:15:17 pm
UUID: 5ac146ae-413a-d14c-8da7-84ec4122d6fc
Ancestors: Etoys-kfr.120

Open with appropriate panels

=============== Diff against Etoys-kfr.120 ===============

Item was changed:
  ----- Method: ObjectPropertiesMorph>>initialize (in category 'initialization') -----
  initialize
  "initialize the state of the receiver"
  	super initialize.
  ""
+ 	
- 	simplePanel := true.
  	myTarget
+ 		ifNil: [myTarget := RectangleMorph new openInWorld].
+ 	(myTarget fillStyle isSolidFill)
+ 					ifTrue:[simplePanel := true]
+ 					ifFalse:[simplePanel := false].
- 		ifNil: [myTarget _ RectangleMorph new openInWorld].
  	self rebuild!



More information about the etoys-dev mailing list