The Trunk: EToys-mt.311.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-mt.311.mcz

commits-2
Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.311.mcz

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

Name: EToys-mt.311
Author: mt
Time: 16 October 2017, 2:57:10.74474 pm
UUID: 53f7f226-2c55-bf4e-b08d-8482780e75f2
Ancestors: EToys-dtl.310

Adds missing Etoys preference.

=============== Diff against EToys-dtl.310 ===============

Item was added:
+ ----- Method: Preferences class>>implicitSelfInTiles (in category '*Etoys-Squeakland-standard queries') -----
+ implicitSelfInTiles
+         ^ self
+                 valueOfFlag: #implicitSelfInTiles
+                 ifAbsent: [false]!