The Trunk: System-mt.1092.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-mt.1092.mcz

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

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

Name: System-mt.1092
Author: mt
Time: 6 September 2019, 4:04:24.231193 pm
UUID: 19c82643-6bfb-f746-8909-e47982b2445f
Ancestors: System-mt.1091

Complements Morphic-mt.1516.

=============== Diff against System-mt.1091 ===============

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

Item was removed:
- ----- Method: Project>>setThumbnail: (in category 'accessing') -----
- setThumbnail: aForm
-
- self flag: #bob. "no longer used??"
- thumbnail := aForm!

Item was added:
+ ----- Method: Project>>thumbnail: (in category 'accessing') -----
+ thumbnail: aForm
+
+ thumbnail := aForm.!