The Inbox: Morphic-jmg.722.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Morphic-jmg.722.mcz

commits-2
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!