# HG changeset patch # User Claus Gittinger # Date 1029773349 -7200 # Node ID 08a760ad790083d99b5dcf2b0e6b84c65600cb0c # Parent c6fdfa52906d4b3c4826fa675901c3409b3ee0ce added paste with mask diff -r c6fdfa52906d -r 08a760ad7900 ImageEditor.st --- a/ImageEditor.st Mon Aug 12 13:04:04 2002 +0200 +++ b/ImageEditor.st Mon Aug 19 18:09:09 2002 +0200 @@ -1813,6 +1813,13 @@ #choiceValue: #pasteUnder ) #(#MenuItem + #label: 'Paste With Mask' + #activeHelpKey: #drawModePasteWithMask + #enabled: #imageIsLoaded + #choice: #editMode + #choiceValue: #pasteWithMask + ) + #(#MenuItem #label: 'Special' #activeHelpKey: #drawModeSpecial #enabled: #imageIsLoaded