diff -r 52202af265c2 -r 1b4386fd1953 ImageEditor.st --- a/ImageEditor.st Fri Sep 01 10:28:10 2017 +0200 +++ b/ImageEditor.st Fri Sep 01 10:28:33 2017 +0200 @@ -8120,10 +8120,12 @@ thresholdBrighness isNil ifTrue:[^ self]. thresholdBrighness := thresholdBrighness clampBetween:0 and:1. + imageEditView newImageWithUndo:(image asThresholdMonochromeImage:thresholdBrighness) "Created: / 24-08-2017 / 15:26:44 / cg" "Modified: / 24-08-2017 / 17:54:21 / cg" + "Modified (format): / 01-09-2017 / 10:28:24 / cg" ! makeNegative