UIPainter.st
changeset 233 fa73f8d9dce6
parent 232 4ba88c3270fc
child 245 d48281345935
equal deleted inserted replaced
232:4ba88c3270fc 233:fa73f8d9dce6
  2588   ^ nil
  2588   ^ nil
  2589 
  2589 
  2590 
  2590 
  2591 !
  2591 !
  2592 
  2592 
  2593 selectNode:aNode
       
  2594     "change selection to a node
       
  2595     "
       
  2596     self selection:(listOfNodes findFirst:[:el| el == aNode])
       
  2597 
       
  2598 
       
  2599 !
       
  2600 
       
  2601 selectionChangedFrom:oldSelection
  2593 selectionChangedFrom:oldSelection
  2602     "selection has changed. update master selection and raise notification
  2594     "selection has changed. update master selection and raise notification
  2603      to canvas in case of enabled cvs events
  2595      to canvas in case of enabled cvs events
  2604     "
  2596     "
  2605     |sel|
  2597     |sel|