Karl Ramberg uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-kfr.226.mcz==================== Summary ====================
Name: MorphicExtras-kfr.226
Author: kfr
Time: 14 April 2018, 3:54:05.537419 pm
UUID: 013296dd-551b-154d-8583-5fa40bf21e36
Ancestors: MorphicExtras-kfr.225
Paint was missing from the Graphics category in Object tool
=============== Diff against MorphicExtras-kfr.225 ===============
Item was changed:
----- Method: PaintInvokingMorph class>>descriptionForPartsBin (in category 'parts bin') -----
descriptionForPartsBin
^ self partName: 'Paint' translatedNoop
+ categories: #('Graphics' translatedNoop)
- categories: #()
documentation: 'Drop this icon to start painting a new object.' translatedNoop!