UIPainterView.st
changeset 1574 e4897b61395c
parent 1568 a9d61da29e8b
child 1621 112670159075
equal deleted inserted replaced
1573:bf9c5ca8e48a 1574:e4897b61395c
   248 
   248 
   249 deleteSelectionBuffered: buffered
   249 deleteSelectionBuffered: buffered
   250     "cut the selection into the cut&paste-buffer
   250     "cut the selection into the cut&paste-buffer
   251      and open a transaction
   251      and open a transaction
   252     "
   252     "
   253     |specs coll index oldSelection newSelection treeModel parent children size nd|
   253     |specs coll index oldSelection newSelection treeModel children size nd|
   254 
   254 
   255     coll := self minSetOfSuperViews:(self selection).
   255     coll := self minSetOfSuperViews:(self selection).
   256 
   256 
   257     coll notNil ifTrue:[
   257     coll notNil ifTrue:[
   258         treeView cvsEventsDisabledDo:[
   258         treeView cvsEventsDisabledDo:[