#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 13 Aug 2016 12:41:05 +0200
changeset 5215 949e2a560b6c
parent 5214 1f88a970e4db
child 5216 50b4b75edc7b
#DOCUMENTATION by cg class: SelectionInListModelView comment/format in: #invalidateSelection
SelectionInListModelView.st
--- a/SelectionInListModelView.st	Sat Aug 13 12:40:53 2016 +0200
+++ b/SelectionInListModelView.st	Sat Aug 13 12:41:05 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1999 by eXept Software AG
 	      All Rights Reserved
@@ -1153,12 +1155,10 @@
 !
 
 invalidateSelection
-    "invalidate the current selection
+    "invalidate (force async redraw) the current selection
     "
     shown ifTrue:[
-	self selectionDo:[:aLnNr|
-	    self invalidateLineAt:aLnNr
-	].
+        self selectionDo:[:aLnNr| self invalidateLineAt:aLnNr].
     ].
 !