pass the selection as argument with the selectionChange notification
authorClaus Gittinger <cg@exept.de>
Fri, 26 Nov 1999 12:20:34 +0100
changeset 2051 56ebae1cfdbe
parent 2050 c5a14f600d4c
child 2052 6f9798507b6c
pass the selection as argument with the selectionChange notification
ObjectView.st
--- a/ObjectView.st	Wed Nov 24 17:04:17 1999 +0100
+++ b/ObjectView.st	Fri Nov 26 12:20:34 1999 +0100
@@ -2793,7 +2793,7 @@
         self hideSelection.
         selection := something.
         self showSelection.
-        self changed:#selection.
+        self changed:#selection with:selection.
     ]
 
     "Modified: / 4.7.1999 / 15:22:39 / cg"
@@ -3238,5 +3238,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.78 1999-11-24 14:54:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.79 1999-11-26 11:20:34 cg Exp $'
 ! !