[squeak-dev] The Inbox: Morphic-jmg.722.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 3 05:49:32 UTC 2014


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

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

Name: Morphic-jmg.722
Author: jmg
Time: 2 March 2014, 10:47:18.061 pm
UUID: 5f94db60-5f60-1b4a-9b49-97506ae11db4
Ancestors: Morphic-jmg.721

Save MulticolumnLazyListMorph methods in the same categories as they are saved in its superclass LazyListMorph.

=============== Diff against Morphic-jmg.721 ===============

Item was changed:
+ ----- Method: MulticolumnLazyListMorph>>getListItem: (in category 'list access') -----
- ----- Method: MulticolumnLazyListMorph>>getListItem: (in category 'as yet unclassified') -----
  getListItem: index
  	^listSource getListRow: index!

Item was changed:
+ ----- Method: MulticolumnLazyListMorph>>listChanged (in category 'list management') -----
- ----- Method: MulticolumnLazyListMorph>>listChanged (in category 'as yet unclassified') -----
  listChanged
  	columnWidths := nil.
  	super listChanged!



More information about the Squeak-dev mailing list