# HG changeset patch # User Claus Gittinger # Date 1504622763 -7200 # Node ID e9655ba452c7b7726f212aa019e7ea3b1649887b # Parent f54ee88a464db57abb231443488cf9abaad44914 #FEATURE by cg class: ImageEditor comment/format in: #alphaHolder class: ImageEditor class comment/format in: #windowSpec changed: #helpPairs diff -r f54ee88a464d -r e9655ba452c7 ImageEditor.st --- a/ImageEditor.st Tue Sep 05 10:41:10 2017 +0200 +++ b/ImageEditor.st Tue Sep 05 16:46:03 2017 +0200 @@ -332,7 +332,7 @@ 'The color associated to the right mouse button.\Also the second color used in gradient fill operations' #drawingAlpha -'The alpha value to be used in edit operations.\If the "mask"-color is selected, only the alpha value will be changed.\Otherwise, the selected color plus this alpha value will be used for drawing' +'The alpha value (in percent) to be used in edit operations.\If the "mask"-color is selected, only the alpha value will be changed.\Otherwise, the selected color plus this alpha value will be used for drawing' #autoCropAll 'Find and remove all borders' @@ -606,7 +606,7 @@ ) - "Modified: / 05-09-2017 / 10:38:06 / cg" + "Modified: / 05-09-2017 / 10:47:35 / cg" ! helpSpec @@ -2688,7 +2688,7 @@ ) ) - "Modified: / 05-09-2017 / 10:38:33 / cg" + "Modified: / 05-09-2017 / 10:46:56 / cg" ! ! !ImageEditor class methodsFor:'menu specs'! @@ -4334,7 +4334,7 @@ ^ holder "Created: / 05-09-2017 / 00:38:14 / cg" - "Modified: / 05-09-2017 / 10:35:25 / cg" + "Modified: / 05-09-2017 / 10:47:01 / cg" ! alphaText