ListSelectionBox.st
changeset 2511 639be3067ff8
parent 2500 fc1ee2b3fa81
child 2541 dca07e5245d3
--- a/ListSelectionBox.st	Sat Feb 02 13:57:54 2002 +0100
+++ b/ListSelectionBox.st	Wed Feb 06 10:33:35 2002 +0100
@@ -260,6 +260,8 @@
     selectionList action:[:lineNr | self selectionChanged].
     selectionList doubleClickAction:[:lineNr | self doubleClick].
 
+    selectionList doNotRequestFocusOnPointerEnter:true.
+
     enterField removeDependent:self. "dont want preferredExtent-changes"
 
     enterField immediateAccept:true.
@@ -383,5 +385,5 @@
 !ListSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.47 2001-12-13 10:41:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.48 2002-02-06 09:33:35 cg Exp $'
 ! !