[squeak-dev] The Trunk: Tools-mt.1102.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 11 09:58:06 UTC 2022


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1102.mcz

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

Name: Tools-mt.1102
Author: mt
Time: 11 January 2022, 10:58:04.097851 am
UUID: 1b324423-7076-45b9-898d-9c282b430fc6
Ancestors: Tools-mt.1101

Fixes regression in ChangeSorter, which got visible MVC but not Morphic. Somebody added #buildWith: to Morph ... not sure why.

=============== Diff against Tools-mt.1101 ===============

Item was changed:
  ----- Method: ChangeSorter>>buildWith: (in category 'toolbuilder') -----
  buildWith: builder
  
+ 	^ self
+ 		buildWith: builder
+ 		in: (self buildWindowWith: builder)
+ 		rect: (0 at 0 extent: 1 at 1)!
- 	^ builder build:
- 		(self
- 			buildWith: builder
- 			in: (self buildWindowWith: builder)
- 			rect: (0 at 0 extent: 1 at 1))!



More information about the Squeak-dev mailing list