removed duplicated (inherited) method
authorca
Wed, 08 Dec 1999 21:45:19 +0100
changeset 2070 519d3a5ea1fb
parent 2069 8703ed21c1ce
child 2071 90311d462be1
removed duplicated (inherited) method
SelectionInListView.st
--- a/SelectionInListView.st	Wed Dec 08 21:42:23 1999 +0100
+++ b/SelectionInListView.st	Wed Dec 08 21:45:19 1999 +0100
@@ -2449,16 +2449,6 @@
     "Modified: / 15.9.1998 / 18:22:31 / cg"
 !
 
-pointerEnter:state x:x y:y
-    "mouse pointer moved into my view;
-     Since I process keyboard events (to position on an entry and/or
-     for scrolling), request the focus."
-
-    self wantsFocusWithPointerEnter ifTrue:[
-        self requestFocus.
-    ].
-!
-
 sizeChanged:how
     "if there is a selection, make certain, its visible
      after the sizechange"
@@ -3624,5 +3614,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.152 1999-12-01 20:31:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.153 1999-12-08 20:45:19 ca Exp $'
 ! !