#FEATURE by exept
authorClaus Gittinger <cg@exept.de>
Thu, 31 Oct 2019 13:40:54 +0100
changeset 6180 a2037f3ba84c
parent 6179 7c11df55e01c
child 6181 6eba17ee2145
#FEATURE by exept class: DSVColumnView comment/format in: #selectRow:
DSVColumnView.st
--- a/DSVColumnView.st	Thu Oct 31 11:30:17 2019 +0100
+++ b/DSVColumnView.st	Thu Oct 31 13:40:54 2019 +0100
@@ -4820,10 +4820,10 @@
     ].
 !
 
-selectRow:something
+selectRow:anInteger
     "select a row"
 
-    ^ self selectedRowIndex:something
+    ^ self selectedRowIndex:anInteger
 !
 
 selectRowAt:rowNr colAt:colNr atPoint:aPoint