#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 13 Sep 2017 18:12:32 +0200
changeset 3493 4396fb652bd7
parent 3492 f212578d1276
child 3494 50e94e3563fa
#REFACTORING by cg class: ImageEditor changed: #update:with:from:
ImageEditor.st
--- a/ImageEditor.st	Wed Sep 13 17:00:46 2017 +0200
+++ b/ImageEditor.st	Wed Sep 13 18:12:32 2017 +0200
@@ -5048,7 +5048,7 @@
                     ifFalse:[Color perform:changedObject value].
         imagePreView 
             viewBackground:clr;
-            clear; 
+            clear;
             invalidate.
         ^ self
     ].
@@ -5056,8 +5056,7 @@
         imagePreView 
             magnificationFactor:(self previewMagnificationHolder value);
             clear; 
-            invalidate;
-            yourself.
+            invalidate.
         ^ self.    
     ].
     
@@ -5149,7 +5148,7 @@
 
     super update:something with:aParameter from:changedObject
 
-    "Modified: / 10-09-2017 / 14:56:00 / cg"
+    "Modified: / 13-09-2017 / 18:01:26 / cg"
 !
 
 updateAfterImageChange