DSVColumnView.st
changeset 3702 272281a83a2b
parent 3676 ba60c90f1cc3
child 3742 a4bb22bc79e2
--- a/DSVColumnView.st	Wed May 20 09:18:44 2009 +0200
+++ b/DSVColumnView.st	Wed May 20 09:19:02 2009 +0200
@@ -3461,6 +3461,7 @@
     ].
 
     "/ If I have a cached preferredExtent value..
+    "/ cg: you dont need two cached variables - do you ?
     preferredExtent notNil ifTrue:[
         ^ preferredExtent
     ].
@@ -4558,5 +4559,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.247 2009-03-26 14:55:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.248 2009-05-20 07:19:02 cg Exp $'
 ! !