ColorEditDialog.st
changeset 3687 a3c56c0e4157
parent 3657 bb1dd1360035
child 3822 8f40c5d2a468
--- a/ColorEditDialog.st	Tue Jul 09 21:09:50 2019 +0200
+++ b/ColorEditDialog.st	Sat Jul 13 14:17:10 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by eXept Software AG
               All Rights Reserved
@@ -901,13 +899,16 @@
 !ColorEditDialog class methodsFor:'startup'!
 
 openOn:aColor
+    "open a color editor;
+     return the application"
+
     ^ self new
         color:aColor;
         open;
         yourself
 
     "
-     self openOn:Color red
+     ColorEditDialog openOn:Color red
     "
 ! !