changed caused by derived class
authorca
Thu, 04 Sep 1997 14:16:39 +0200
changeset 304 064727515aa1
parent 303 798e309561f1
child 305 e1330d6cddb1
changed caused by derived class
MenuEditor.st
--- 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'!