WindowGroup.st
changeset 6638 953215a3f78d
parent 6619 60873972b27f
child 6742 2e8554df5439
--- a/WindowGroup.st	Thu Nov 27 20:00:13 2014 +0100
+++ b/WindowGroup.st	Fri Nov 28 13:03:58 2014 +0100
@@ -1997,7 +1997,7 @@
 !
 
 focusCameByTab
-    ^ focusByTab 
+    ^ focusByTab ? false
 !
 
 focusMomentaryRelease
@@ -2849,11 +2849,11 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.334 2014-11-26 18:11:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.335 2014-11-28 12:03:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.334 2014-11-26 18:11:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.335 2014-11-28 12:03:58 cg Exp $'
 ! !