#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Fri, 17 Feb 2017 16:33:50 +0100
changeset 3409 d821859c163e
parent 3408 86d2e0cd4970
child 3410 9b25f06de776
#BUGFIX by cg class: ImageEditor changed: #selectedColorIndex:
ImageEditor.st
--- a/ImageEditor.st	Fri Feb 17 15:35:25 2017 +0100
+++ b/ImageEditor.st	Fri Feb 17 16:33:50 2017 +0100
@@ -5265,10 +5265,10 @@
             pixel := pixel - 1
         ]
     ].
+    imageEditView selectedColor:clr.
     imageEditView selectedColorIndex:pixel.
-    imageEditView selectedColor:clr.
-
-    "Modified (format): / 03-02-2017 / 21:49:32 / cg"
+
+    "Modified: / 17-02-2017 / 16:29:09 / cg"
 ! !
 
 !ImageEditor methodsFor:'startup & release'!