modified flag after edit operations
authorClaus Gittinger <cg@exept.de>
Wed, 26 Nov 2003 19:08:28 +0100
changeset 1769 8782d5b6dc24
parent 1768 fcb7f4218796
child 1770 9000adb21f79
modified flag after edit operations
ImageEditor.st
--- 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
         ]