Etoys: Morphic-kfr.76.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Morphic-kfr.76.mcz

commits-2
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
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev