set selection interface changed
authorca
Tue, 21 Sep 2004 12:31:03 +0200
changeset 1871 42729969c032
parent 1870 771fcc38ecb8
child 1872 ab5cc43b193a
set selection interface changed
ImageEditor.st
--- a/ImageEditor.st	Tue Sep 21 12:30:01 2004 +0200
+++ b/ImageEditor.st	Tue Sep 21 12:31:03 2004 +0200
@@ -3962,7 +3962,7 @@
 !
 
 copyColorFromColormap
-    imageEditView setSelection:(self selectedColorOrNil)
+    imageEditView setClipboardObject:(self selectedColorOrNil)
 !
 
 copyMask
@@ -4105,7 +4105,7 @@
 !
 
 pickColor
-    imageEditView setSelection:(Color fromUser)
+    imageEditView setClipboardObject:(Color fromUser)
 !
 
 processSelectedColorWith:aBlock