#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 17 Jan 2018 14:09:20 +0100
changeset 6260 69259ae49d3f
parent 6259 ebe33a983e14
child 6261 4cf20b175ac9
#DOCUMENTATION by cg class: SelectionInListView comment/format in: #hasSelection
SelectionInListView.st
--- a/SelectionInListView.st	Wed Jan 17 14:09:07 2018 +0100
+++ b/SelectionInListView.st	Wed Jan 17 14:09:20 2018 +0100
@@ -3713,7 +3713,7 @@
 !
 
 hasSelection
-    "return true, if the view has a selection"
+    "return true, if an item is selected"
 
     self multipleSelectOk ifTrue:[
         ^ selection size > 0