redraw row if a
authorClaus Gittinger <cg@exept.de>
Sat, 03 Apr 1999 12:12:52 +0200
changeset 1307 dd5f2c94aa79
parent 1306 56e90a9e5da1
child 1308 b04e4fb53fb4
redraw row if a at:put: notification is raised on a already registered row
DSVColumnView.st
--- 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 $'
 ! !