# HG changeset patch # User Claus Gittinger # Date 1487605396 -3600 # Node ID 9d51a45479e37ce804e4635795ce95a65838c7c4 # Parent b93299ad5142336a4ba98135a3fc2e36059da346 #DOCUMENTATION by cg class: ImageEditor comment/format in: #modified diff -r b93299ad5142 -r 9d51a45479e3 ImageEditor.st --- a/ImageEditor.st Mon Feb 20 00:44:56 2017 +0100 +++ b/ImageEditor.st Mon Feb 20 16:43:16 2017 +0100 @@ -18,8 +18,8 @@ selectedColorIndex postOpenAction imageSeqNr drawingColormap lastShiftUsedWrap lastGrabbedScreenArea allowedToChangeImageDimensionAndDepth savedImage savedFile' - classVariableNames:'LastDirectory LastSizeString MaskClipboard LastColormapMode - DefaultRelativeSizes LastURL' + classVariableNames:'DefaultRelativeSizes LastColormapMode LastDirectory + LastSizeString LastURL MaskClipboard' poolDictionaries:'' category:'Interface-UIPainter' ! @@ -5451,7 +5451,11 @@ ! modified + "true if the image was modified" + ^ imageEditView modified + + "Modified (comment): / 20-02-2017 / 16:23:32 / cg" ! modified:aBoolean