# HG changeset patch # User Claus Gittinger # Date 1572525654 -3600 # Node ID a2037f3ba84cb6a92df557dccb09493b3e014872 # Parent 7c11df55e01cc25bda20ec428e624dcf8fcb3fbb #FEATURE by exept class: DSVColumnView comment/format in: #selectRow: diff -r 7c11df55e01c -r a2037f3ba84c 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