[squeak-dev] The Inbox: Morphic-ct.1539.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 1 12:30:42 UTC 2019


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1539.mcz

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

Name: Morphic-ct.1539
Author: ct
Time: 1 October 2019, 2:30:30.532339 pm
UUID: 18bcdacc-91ad-9f40-87b4-1a1b0996373b
Ancestors: Morphic-ct.1534

Add even more convenient constructor for NewColorPickerMorph

(NewColorPickerMorph on: Morph new openInWorld colorSelector: #color) openInHand

=============== Diff against Morphic-ct.1534 ===============

Item was added:
+ ----- Method: NewColorPickerMorph class>>on:colorSelector: (in category 'create') -----
+ on: objectToHaveItsColorSet colorSelector: colorSymbol
+ 	^ self 
+ 		on: objectToHaveItsColorSet
+ 		getColorSelector: colorSymbol
+ 		setColorSelector: colorSymbol asMutator!



More information about the Squeak-dev mailing list