added paste with mask
authorClaus Gittinger <cg@exept.de>
Mon, 19 Aug 2002 18:09:09 +0200
changeset 1579 08a760ad7900
parent 1578 c6fdfa52906d
child 1580 c606e46c4420
added paste with mask
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