*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 29 Sep 2004 13:33:37 +0200
changeset 1880 8a11bb0a86e6
parent 1879 03581b0d7c8f
child 1881 dde52f4278c0
*** empty log message ***
ImageEditor.st
--- a/ImageEditor.st	Mon Sep 27 12:50:36 2004 +0200
+++ b/ImageEditor.st	Wed Sep 29 13:33:37 2004 +0200
@@ -2989,6 +2989,11 @@
         ^ self.
     ].
 
+    changedObject == imageEditView modifiedHolder ifTrue:[
+        "/ self halt:'to be implemented'.
+        ^ self
+    ].
+
     changedObject == imageEditView image ifTrue:[
         self halt:'to be implemented'.
         ^ self.
@@ -3444,6 +3449,7 @@
                         mouseButtonColorToolBar do: [:i| i updateIndicators].
                   ].
     imageEditView addDependent:self.
+    imageEditView modifiedHolder addDependent:self.
 
     postOpenAction notNil ifTrue: [postOpenAction value].