[squeak-dev] The Trunk: Morphic-ct.1534.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 11 12:56:19 UTC 2023


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

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

Name: Morphic-ct.1534
Author: ct
Time: 20 September 2019, 8:57:09.233726 pm
UUID: 9adeb330-a9c3-9b4c-a8e8-ee1ff7566968
Ancestors: Morphic-mt.1526

Add convenience constructor for NewColorPickerMorph. We don't need a color if we have the getter.

=============== Diff against Morphic-mt.1526 ===============

Item was added:
+ ----- Method: NewColorPickerMorph class>>on:getColorSelector:setColorSelector: (in category 'create') -----
+ on: objectToHaveItsColorSet getColorSelector: colorGetterSymbol setColorSelector: colorSetterSymbol 
+ 	^ self 
+ 		on: objectToHaveItsColorSet
+ 		originalColor: (colorGetterSymbol value: objectToHaveItsColorSet)
+ 		setColorSelector: colorSetterSymbol!



More information about the Squeak-dev mailing list