DSVColumnView.st
changeset 1307 dd5f2c94aa79
parent 1269 f33ad4d38b5b
child 1311 12e4c707100f
--- a/DSVColumnView.st	Thu Apr 01 15:20:45 1999 +0200
+++ b/DSVColumnView.st	Sat Apr 03 12:12:52 1999 +0200
@@ -697,7 +697,7 @@
     ].
     row := list at:aRowNr.
     row == aRow ifTrue:[
-        ^ self
+        ^ self redrawRowAt:aRowNr
     ].
 
     beDependentOfRows ifTrue:[
@@ -3004,5 +3004,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.71 1999-03-19 21:22:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.72 1999-04-03 10:12:52 cg Exp $'
 ! !