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

commits at source.squeak.org commits at source.squeak.org
Tue Jun 9 13:56:53 UTC 2020


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

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

Name: Tools-mt.972
Author: mt
Time: 9 June 2020, 3:56:50.243373 pm
UUID: f9e65648-9d56-814a-9043-722dcd77736e
Ancestors: Tools-mt.971

Fix typo.

=============== Diff against Tools-mt.971 ===============

Item was changed:
  ----- Method: FormInspector>>fieldPixels (in category 'fields') -----
  fieldPixels
  
+ 	^ (self newFieldForType: #misc key: #pixels)
- 	^ (self newFieldForType: #misc key: #extent)
  		name: 'pixels' translated; emphasizeName;
  		shouldPrintValueAsIs: true;
  		valueGetter: [:form | self embedForm: form inText: form printString];
  		yourself!



More information about the Squeak-dev mailing list