DSVColumnView.st
changeset 1593 2188ae28557e
parent 1565 e7b9bf297d08
child 1603 33050a097bf2
--- a/DSVColumnView.st	Thu Oct 14 19:16:58 1999 +0200
+++ b/DSVColumnView.st	Fri Oct 15 10:13:47 1999 +0200
@@ -1323,10 +1323,11 @@
         ].
         ^ self
     ].
-
+    arg1 := aPara ? what.
     row := (what isNumber) ifTrue:[what] ifFalse:[chgObj].
-    self redrawVisibleRow:row readSelector:aPara.
-
+    self redrawVisibleRow:row readSelector:arg1.
+
+    "Modified: / 15.10.1999 / 10:12:00 / cg"
 ! !
 
 !DSVColumnView methodsFor:'drag & drop'!
@@ -3233,5 +3234,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.93 1999-09-28 17:01:21 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.94 1999-10-15 08:13:47 cg Exp $'
 ! !