WindowGroup.st
changeset 6139 0f8c22c49cae
parent 6125 e9877f35e9ac
child 6141 061fbecc2095
--- a/WindowGroup.st	Wed Sep 18 11:26:53 2013 +0200
+++ b/WindowGroup.st	Thu Sep 19 14:00:00 2013 +0200
@@ -2143,7 +2143,7 @@
 
     (focusView isNil or:[focusByTab not]) ifTrue:[
         (aView isNil or:[aView ~~ focusView]) ifTrue:[
-            self focusView:aView byTab:false.
+            self focusView:aView byTab:true "false".
         ].
         ^ true
     ].
@@ -2805,11 +2805,11 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.323 2013-08-29 16:46:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.324 2013-09-19 12:00:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.323 2013-08-29 16:46:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.324 2013-09-19 12:00:00 cg Exp $'
 ! !