MenuEditor.st
changeset 304 064727515aa1
parent 298 cec1f174397e
child 318 31a94b71ae1b
equal deleted inserted replaced
303:798e309561f1 304:064727515aa1
  2422     images := IdentityDictionary new.
  2422     images := IdentityDictionary new.
  2423 
  2423 
  2424     self class images associationsDo:[:el|
  2424     self class images associationsDo:[:el|
  2425         images at:(el key) put:(el value onDevice:device)
  2425         images at:(el key) put:(el value onDevice:device)
  2426     ].
  2426     ].
  2427 
       
  2428     self multipleSelectOk:true.
  2427     self multipleSelectOk:true.
  2429     self model:(SelectionInTree new).
       
  2430 ! !
  2428 ! !
  2431 
  2429 
  2432 !MenuEditor::Painter methodsFor:'menus'!
  2430 !MenuEditor::Painter methodsFor:'menus'!
  2433 
  2431 
  2434 doCopy
  2432 doCopy