The Trunk: Morphic-mt.1545.mcz

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

The Trunk: Morphic-mt.1545.mcz

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

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

Name: Morphic-mt.1545
Author: mt
Time: 29 September 2019, 4:47:05.383032 pm
UUID: a198c237-2e03-2341-a90f-da63559ca121
Ancestors: Morphic-mt.1544

Minor Etoys clean-up.

=============== Diff against Morphic-mt.1544 ===============

Item was added:
+ ----- Method: SystemProgressMorph>>label:min:max: (in category 'private') -----
+ label: shortDescription min: minValue max: maxValue
+ "For convenience. Do not change the current position."
+
+ self
+ position: self requestedPosition
+ label: shortDescription
+ min: minValue
+ max: maxValue.
+ !