ComboBoxButton.st
changeset 3496 36bb2c61cc61
parent 1716 0e31e721d4ab
child 4175 d169a9e82ddc
--- a/ComboBoxButton.st	Tue Jul 22 22:50:14 2008 +0200
+++ b/ComboBoxButton.st	Tue Jul 22 22:50:37 2008 +0200
@@ -9,8 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
+"{ Package: 'stx:libwidg2' }"
 
 Toggle subclass:#ComboBoxButton
 	instanceVariableNames:''
@@ -56,12 +55,12 @@
 wantsFocusWithButtonPress
     "no, do not catch the keyboard focus on button click"
 
-    ^ false
-
+    ^ true.
+"/    ^ false
 ! !
 
 !ComboBoxButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxButton.st,v 1.4 2000-02-18 14:31:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxButton.st,v 1.5 2008-07-22 20:50:37 cg Exp $'
 ! !