DSVColumnView.st
changeset 3512 d9fe368ced3d
parent 3509 e67873eb48c2
child 3518 ab2b4b5cfda0
--- a/DSVColumnView.st	Thu Jul 31 15:19:39 2008 +0200
+++ b/DSVColumnView.st	Thu Jul 31 15:20:17 2008 +0200
@@ -2163,7 +2163,7 @@
     x := xLeft + ((cellWidth - w) // 2).
     h odd ifTrue:[y := y + 1].
 
-    image := (aState ? false) 
+    image := (aState == true) 
                 ifTrue:radioButtonActiveImage
                 ifFalse:radioButtonPassiveImage.
 
@@ -4545,5 +4545,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.239 2008-07-25 14:02:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.240 2008-07-31 13:20:17 cg Exp $'
 ! !