The Trunk: Morphic-bf.635.mcz

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

The Trunk: Morphic-bf.635.mcz

commits-2
Bert Freudenberg uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-bf.635.mcz

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

Name: Morphic-bf.635
Author: bf
Time: 22 January 2013, 2:33:29.137 pm
UUID: 9659cce5-e9b9-44e0-ae9a-7a02bd375515
Ancestors: Morphic-dtl.634

DockingBarUpdatingMenuMorph: forget references held in menu items as soon as menu is closed

=============== Diff against Morphic-dtl.634 ===============

Item was added:
+ ----- Method: DockingBarUpdatingMenuMorph>>outOfWorld: (in category 'as yet unclassified') -----
+ outOfWorld: aWorld
+ "Forget references held in menu items. It will be rebuild anyways."
+ aWorld ifNotNil: [self removeAllMorphs].
+ !