[squeak-dev] The Trunk: ToolBuilder-Morphic-mt.260.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 9 17:37:18 UTC 2020


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

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

Name: ToolBuilder-Morphic-mt.260
Author: mt
Time: 9 June 2020, 7:37:16.988541 pm
UUID: 93b477b0-4faa-eb49-91b2-b1fdad459b98
Ancestors: ToolBuilder-Morphic-mt.259

Fix wrong message send.

=============== Diff against ToolBuilder-Morphic-mt.259 ===============

Item was changed:
  ----- Method: MorphInspector>>fieldScreenshot (in category 'fields') -----
  fieldScreenshot
  
  	^ (self newFieldForType: #misc key: #screenshot)
  		name: 'screenshot' translated; emphasizeName;
+ 		printValueAsIs;
- 		shouldPrintValueAsIs: true;
  		valueGetter: [:morph |
  			| screenshot |
  			screenshot := morph imageForm.
  			FormInspector new embedForm: screenshot inText: screenshot printString];
  		yourself!



More information about the Squeak-dev mailing list