ListSelectionBox.st
changeset 118 3ee5ea99d0e2
parent 113 fdd18cfff57e
child 122 04ec3fda7c11
--- a/ListSelectionBox.st	Sun Apr 30 15:40:03 1995 +0200
+++ b/ListSelectionBox.st	Wed May 03 02:30:14 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.9 1995-03-31 03:02:11 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.10 1995-05-03 00:29:49 claus Exp $
 '!
 
 !ListSelectionBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.9 1995-03-31 03:02:11 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.10 1995-05-03 00:29:49 claus Exp $
 "
 !
 
@@ -166,7 +166,7 @@
      mhm: the lists keyboard functions are disabled,
      and input passed to the enterfield
     "
-    selectionList delegate:(KeyboardForwarder to:enterField) 
+    selectionList delegate:(KeyboardForwarder to:enterField condition:#noFocus) 
 !
 
 updateList
@@ -181,7 +181,7 @@
 !
 
 focusSequence
-    ^ Array with:enterField with:selectionList with:okButton with:abortButton
+    ^ Array with:enterField with:selectionList with:abortButton with:okButton 
 ! !
 
 !ListSelectionBox methodsFor:'queries'!