[Pkg] The Trunk: Morphic-mt.960.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 3 07:09:38 UTC 2015


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

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

Name: Morphic-mt.960
Author: mt
Time: 3 May 2015, 9:08:58.933 am
UUID: 3fcff502-3aa6-d34f-87ce-fa23e09fe5c0
Ancestors: Morphic-kfr.959

Dead code removed from slider.

=============== Diff against Morphic-kfr.959 ===============

Item was removed:
- ----- Method: Slider>>trimValue: (in category 'support') -----
- trimValue: aValue
- 
- 	| trimmedValue |
- 	trimmedValue := aValue min: self maximumValue max: self minimumValue.
- 	self quantum ifNotNil: [:q | trimmedValue := trimmedValue roundTo: q].
- 	^ trimmedValue
- !



More information about the Packages mailing list