The Trunk: System-ct.1106.mcz

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

The Trunk: System-ct.1106.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ct.1106.mcz

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

Name: System-ct.1106
Author: ct
Time: 1 October 2019, 4:00:54.218339 pm
UUID: 1df7e934-f73b-7d46-810b-e54b7bacce21
Ancestors: System-mt.1102

Scale down previewImageForm according to viewSize. We do not need a preview image of several million pixels ...

=============== Diff against System-mt.1102 ===============

Item was changed:
  ----- Method: Project>>previewImageForm (in category 'displaying') -----
  previewImageForm
 
+ ^ self imageForm scaledToSize: self viewSize!
- ^ self imageForm!