The Trunk: Tools-mt.972.mcz

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

The Trunk: Tools-mt.972.mcz

commits-2
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!