From 88481c31b1c3d48f7b90a4fd2f6a56e5fb2e6188 Mon Sep 17 00:00:00 2001 From: Monte Goulding Date: Mon, 12 Mar 2018 15:41:34 +1100 Subject: [PATCH] [[ Bug 19741 ]] Remove legacy inks from PI --- .../supporting_files/property_definitions/propertyInfo.tsv | 2 +- notes/bugfix-19741.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 notes/bugfix-19741.md diff --git a/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv b/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv index 29b336fd1d..186815265f 100644 --- a/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv +++ b/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv @@ -89,7 +89,7 @@ icon Icon Icons com.livecode.pi.imageid true false 0 iconGravity Gravity Icons com.livecode.pi.enum true false ,left,top,right,bottom,topLeft,topRight,bottomLeft,bottomRight,center,resize iconic Minimized Basic com.livecode.pi.boolean true false false id ID Basic com.livecode.pi.imageID true false -ink Ink Colors com.livecode.pi.enum true false srcCopy blendClear,blendSrc,blendDst,blendSrcOver,blendDstOver,blendSrcIn,blendDstIn,blendSrcOut,blendDstOut,blendSrcAtop,blendDstAtop,blendXor,blendPlus,blendMultiply,blendScreen,blendOverlay,blendDarken,blendLighten,blendDodge,blendBurn,blendHardLight,blendSoftLight,blendDifference,blendExclusion,clear,noop,notSrcAnd,notSrcAndReverse,notSrcCopy,notSrcOr,notSrcOrReverse,notSrcXor,reverse,set,srcAnd,srcAndReverse,srcCopy,srcOr,srcOrReverse,srcXor,blend,addPin,addOver,subPin,transparent,adMin,addMax +ink Ink Colors com.livecode.pi.enum true false srcCopy blendClear,blendSrc,blendDst,blendSrcOver,blendDstOver,blendSrcIn,blendDstIn,blendSrcOut,blendDstOut,blendSrcAtop,blendDstAtop,blendXor,blendPlus,blendMultiply,blendScreen,blendOverlay,blendDarken,blendLighten,blendDodge,blendBurn,blendHardLight,blendSoftLight,blendDifference,blendExclusion,srcCopy innerGlow Inner glow Effects com.livecode.pi.graphicEffect true false popup:effectColor,effectBlendMode,effectFilter,effectSize,effectSpread innerShadow Inner shadow Effects com.livecode.pi.graphicEffect true false popup:effectColor,effectBlendMode,effectFilter,effectSize,effectSpread,effectDistance,effectAngle kind Kind Basic com.livecode.pi.string true true no_default diff --git a/notes/bugfix-19741.md b/notes/bugfix-19741.md new file mode 100644 index 0000000000..f63048dbec --- /dev/null +++ b/notes/bugfix-19741.md @@ -0,0 +1 @@ +# Remove legacy inks from property inspector