#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 Dec 2019 15:24:53 +0100
changeset 6753 a29d982ad405
parent 6752 3503d91ccbd8
child 6754 5a3dd7334670
#FEATURE by cg class: SelectionInListView changed: #selectionChangedFrom: also tell dependents of me
SelectionInListView.st
--- a/SelectionInListView.st	Thu Dec 12 15:24:20 2019 +0100
+++ b/SelectionInListView.st	Thu Dec 12 15:24:53 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -4157,6 +4159,8 @@
         ]
     ].
     self sendChangeMessageWith:changeArg.
+    "/ in case someon depends on me instead of the model
+    self changed:#selection with:selection.
 
     "/
     "/ the ST/X way of doing things - perform the actionBlock