MenuEditor.st
changeset 304 064727515aa1
parent 298 cec1f174397e
child 318 31a94b71ae1b
--- a/MenuEditor.st	Tue Sep 02 14:54:46 1997 +0200
+++ b/MenuEditor.st	Thu Sep 04 14:16:39 1997 +0200
@@ -2424,9 +2424,7 @@
     self class images associationsDo:[:el|
         images at:(el key) put:(el value onDevice:device)
     ].
-
     self multipleSelectOk:true.
-    self model:(SelectionInTree new).
 ! !
 
 !MenuEditor::Painter methodsFor:'menus'!