[squeak-dev] The Trunk: EToys-ct.360.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 13 11:18:01 UTC 2019


Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ct.360.mcz

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

Name: EToys-ct.360
Author: ct
Time: 20 September 2019, 7:29:22.721726 pm
UUID: e14d2977-ab52-4d45-b24f-5a706bde4326
Ancestors: EToys-mt.354

Recategorize WatchMorph constructor

=============== Diff against EToys-mt.354 ===============

Item was changed:
+ ----- Method: WatchMorph class>>fontName:bgColor:centerColor: (in category 'instance creation') -----
- ----- Method: WatchMorph class>>fontName:bgColor:centerColor: (in category 'as yet unclassified') -----
  fontName: aString bgColor: aColor centerColor: otherColor
  	^ self new
  		fontName: aString;
  		color: aColor;
  		centerColor: otherColor!



More information about the Squeak-dev mailing list