ClickMenuView.st
changeset 684 015c23130d7b
parent 655 acad3ef3a46c
--- a/ClickMenuView.st	Sat May 25 13:34:53 1996 +0200
+++ b/ClickMenuView.st	Sat May 25 14:23:18 1996 +0200
@@ -123,13 +123,13 @@
     "redefined to automatically deselect on release"
 
     super buttonRelease:button x:x y:y.
-    self selection:nil
+    self setSelection:nil
 
-    "Modified: 27.4.1996 / 14:42:07 / cg"
+    "Modified: 25.5.1996 / 12:26:49 / cg"
 ! !
 
 !ClickMenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ClickMenuView.st,v 1.12 1996-05-18 15:38:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ClickMenuView.st,v 1.13 1996-05-25 12:22:42 cg Exp $'
 ! !