Colormap.st
changeset 7850 c188cc810a59
parent 7836 b78168c8feea
child 8688 f4aab2b32148
--- a/Colormap.st	Wed Feb 08 00:56:58 2017 +0100
+++ b/Colormap.st	Wed Feb 08 01:03:45 2017 +0100
@@ -489,11 +489,14 @@
 !
 
 postCopy
+    <modifier: #super> "must be called if redefined"
+
     redVector := redVector copy.
     greenVector := greenVector copy.
     blueVector := blueVector copy.
 
-    "Created: 5.7.1996 / 14:52:15 / cg"
+    "Created: / 05-07-1996 / 14:52:15 / cg"
+    "Modified: / 08-02-2017 / 00:21:00 / cg"
 ! !
 
 !Colormap methodsFor:'misc'!