class: ComboListView
authorClaus Gittinger <cg@exept.de>
Thu, 04 Dec 2014 00:49:30 +0100
changeset 4685 86e8c0cc94d1
parent 4684 825ea8638c00
child 4686 dda678ab83bf
class: ComboListView changed: #showFocus: don't return the value from super send
ComboListView.st
--- a/ComboListView.st	Thu Dec 04 00:49:16 2014 +0100
+++ b/ComboListView.st	Thu Dec 04 00:49:30 2014 +0100
@@ -609,7 +609,7 @@
         field hasFocus:true.
         field invalidate.
     ] ifFalse:[
-        ^ super showFocus:explicit
+        super showFocus:explicit
     ]
 !
 
@@ -793,6 +793,6 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.54 2014-10-17 15:05:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.55 2014-12-03 23:49:30 cg Exp $'
 ! !