DialogBox.st
changeset 5282 382e6cfb447d
parent 5281 15873f32a0a1
child 5287 989f62705d25
--- a/DialogBox.st	Tue Feb 24 16:46:08 2015 +0100
+++ b/DialogBox.st	Tue Feb 24 16:46:36 2015 +0100
@@ -9917,19 +9917,6 @@
 
 !DialogBox methodsFor:'private'!
 
-assignKeyboardFocusToFirstInputField
-    |field|
-
-    (inputFieldGroup notNil 
-      and:[(field := inputFieldGroup currentField) notNil
-      and:[field shown]]) ifTrue:[
-        self assignKeyboardFocusTo:field.
-        ^ self  "/ disabled - the focus might have already been changed
-                "/ explicitly to another field
-    ].
-    ^ super assignKeyboardFocusToFirstInputField
-!
-
 assignKeyboardFocusToFirstKeyboardConsumer
     |field|
 
@@ -10293,11 +10280,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.363 2015-02-24 15:46:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.364 2015-02-24 15:46:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.363 2015-02-24 15:46:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.364 2015-02-24 15:46:36 cg Exp $'
 ! !