Color.st
changeset 8968 f18046cc5780
parent 8966 7cbb2e039c8f
child 8993 424fd9705378
--- a/Color.st	Sun Jan 19 02:23:05 2020 +0100
+++ b/Color.st	Sun Jan 19 02:23:30 2020 +0100
@@ -3695,7 +3695,7 @@
         firstTry ifTrue:[
             usedColors size <= numColors ifTrue:[
                 "/ huh - that will be easy!!
-                ^ usedColors asArray.
+                ^ usedColors asArray collect:[:rgb | Color rgbValue:rgb].
             ].
 
             "/ if not even the basic colors fit, dither to b&w