default for EditField: acceptOnLostFocus
authorClaus Gittinger <cg@exept.de>
Fri, 27 Jul 2001 18:31:31 +0200
changeset 1475 b2191c13ed37
parent 1474 d2ee565fa32a
child 1476 b6b941f16e63
default for EditField: acceptOnLostFocus
UISelectionPanel.st
--- a/UISelectionPanel.st	Fri Jul 27 18:30:46 2001 +0200
+++ b/UISelectionPanel.st	Fri Jul 27 18:31:31 2001 +0200
@@ -1296,7 +1296,10 @@
            #(#InputFieldSpec
               #name: 'Entry Field'
               #layout: #(#LayoutFrame 3 0 113 0 208 0 135 0)
+              #acceptOnReturn: true
+              #acceptOnTab: true
               #acceptOnPointerLeave: false
+              #acceptOnLostFocus: true
             )
            #(#FilenameInputFieldSpec
               #name: 'Filename Entry Field'