focus frame drawing
authorClaus Gittinger <cg@exept.de>
Tue, 22 Jul 2008 22:50:59 +0200
changeset 5005 85268b088798
parent 5004 9c1f2b5ff320
child 5006 c22106d6777a
focus frame drawing changed #focusIn
StandardSystemView.st
--- a/StandardSystemView.st	Tue Jul 22 22:50:50 2008 +0200
+++ b/StandardSystemView.st	Tue Jul 22 22:50:59 2008 +0200
@@ -1031,7 +1031,7 @@
             self assignInitialKeyboardFocus.
         ] ifFalse:[
             "/ v requestFocus.  - will be denied; but we must force it here
-            windowGroup focusView:v byTab:false.
+            windowGroup focusView:v byTab:nil.
         ]
     ].
     super focusIn
@@ -1546,7 +1546,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.182 2008-06-09 13:53:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.183 2008-07-22 20:50:59 cg Exp $'
 ! !
 
 StandardSystemView initialize!