The Trunk: EToys-eem.130.mcz

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

The Trunk: EToys-eem.130.mcz

commits-2
Eliot Miranda uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-eem.130.mcz

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

Name: EToys-eem.130
Author: eem
Time: 2 September 2015, 6:26:49.282 pm
UUID: 97b8dbd3-1f68-4ec0-9eb6-74e9fadc1c6d
Ancestors: EToys-mt.129

Remove carriage returns from a time stamp

=============== Diff against EToys-mt.129 ===============

Item was changed:
  ----- Method: ScriptEditorMorph>>fixUponLoad:seg: (in category 'objects from disk') -----
  fixUponLoad: aProject seg: anImageSegment
  "We are in an old project that is being loaded from disk.
  Fix up conventions that have changed."
 
  (aProject projectParameters at: #substitutedFont ifAbsent: [#none])
  ~~ #none ifTrue: [ self setProperty:
  #needsLayoutFixed toValue: true ].
 
  ^ super fixUponLoad: aProject seg: anImageSegment!