focus frame drawing
authorClaus Gittinger <cg@exept.de>
Tue, 22 Jul 2008 22:50:37 +0200
changeset 3496 36bb2c61cc61
parent 3495 33b88650f7e1
child 3497 1ec47d8cc86f
focus frame drawing
ComboBoxButton.st
--- 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 $'
 ! !