[etoys-dev] Etoys: Morphic-kfr.76.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 25 07:49:44 EST 2012


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

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

Name: Morphic-kfr.76
Author: kfr
Time: 25 February 2012, 1:48:02 pm
UUID: 294c5fca-55f0-424e-85c6-553268d7d995
Ancestors: Morphic-Richo.75

The pen trails work different in a playfield than in the world. In the world the background morph is draw above the pen trails, but in the playfield the pen trails are draw above the background. The latter is the correct.

=============== Diff against Morphic-Richo.75 ===============

Item was changed:
  ----- Method: PasteUpMorph>>privateOuterDisplayWorld (in category 'world state') -----
  privateOuterDisplayWorld
  
+ 	worldState displayWorld: self submorphs:
+ 		(backgroundMorph
+ 			ifNil:
+ 				[submorphs]
+ 			ifNotNil:
+ 				[submorphs copyWithout: backgroundMorph])
- 	worldState displayWorld: self submorphs: submorphs
  !



More information about the etoys-dev mailing list