# HG changeset patch # User ca # Date 869578626 -7200 # Node ID fa73f8d9dce67e33ede388649076a2dc41f824bc # Parent 4ba88c3270fc51390ea53262cb8c25b6bf3b911c move selectNode: to base class diff -r 4ba88c3270fc -r fa73f8d9dce6 MenuEditor.st --- a/MenuEditor.st Mon Jul 21 16:26:03 1997 +0200 +++ b/MenuEditor.st Tue Jul 22 15:37:06 1997 +0200 @@ -2380,12 +2380,6 @@ !MenuEditor::Painter methodsFor:'selection'! -selectNode:aNode - "change selection to a node - " - self selection:(listOfNodes findFirst:[:el| el == aNode]) -! - selectedNodeChanged |node name index| diff -r 4ba88c3270fc -r fa73f8d9dce6 UIPainter.st --- a/UIPainter.st Mon Jul 21 16:26:03 1997 +0200 +++ b/UIPainter.st Tue Jul 22 15:37:06 1997 +0200 @@ -2590,14 +2590,6 @@ ! -selectNode:aNode - "change selection to a node - " - self selection:(listOfNodes findFirst:[:el| el == aNode]) - - -! - selectionChangedFrom:oldSelection "selection has changed. update master selection and raise notification to canvas in case of enabled cvs events