UIPainterView.st
changeset 758 1370f99f4c09
parent 754 04e802a6a920
child 760 ca9488ba9876
equal deleted inserted replaced
757:d28fb65967a9 758:1370f99f4c09
  1234 
  1234 
  1235 select:something
  1235 select:something
  1236     "change selection to something
  1236     "change selection to something
  1237     "
  1237     "
  1238     (self enabled and:[something ~= self selection]) ifTrue:[
  1238     (self enabled and:[something ~= self selection]) ifTrue:[
       
  1239         treeView cvsSelection:something.
  1239         self setSelection:something withRedraw:true.
  1240         self setSelection:something withRedraw:true.
  1240         treeView cvsSelection:something
       
  1241     ]
  1241     ]
  1242 
  1242 
  1243 !
  1243 !
  1244 
  1244 
  1245 updateSelectionFromModel:aSelOrNil
  1245 updateSelectionFromModel:aSelOrNil