ImageEditor.st
changeset 1769 8782d5b6dc24
parent 1764 7e9b804fd2d9
child 1770 9000adb21f79
--- a/ImageEditor.st	Fri Nov 21 21:10:09 2003 +0100
+++ b/ImageEditor.st	Wed Nov 26 19:08:28 2003 +0100
@@ -2970,7 +2970,7 @@
             self listOfColors contents:(img usedColors asSet asOrderedCollection).
             self findColorMapMode.
             self updateLabelsAndHistory.
-            imageEditView image:img.
+            "/ imageEditView image:img.
         ] ifFalse:[
             self updateForNoImage
         ]