clear modified flag when an image is loaded
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2004 15:21:25 +0100
changeset 1799 e605f0af928a
parent 1798 1528918861fe
child 1800 7e9ce7f9d6b8
clear modified flag when an image is loaded
ImageEditor.st
--- a/ImageEditor.st	Wed Feb 18 06:40:50 2004 +0100
+++ b/ImageEditor.st	Tue Feb 24 15:21:25 2004 +0100
@@ -3064,6 +3064,7 @@
     ].
 
     imageEditView image:img.
+    imageEditView clearModified.
 
     img notNil ifTrue:[    
         img colorMap notNil ifTrue:[