aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common
diff options
context:
space:
mode:
authorRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-08 17:28:51 +0300
committerRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-08 17:28:51 +0300
commit987e4992d01a0bc84170498c40dad0621542f46c (patch)
tree4b593db7f1e22ea34cc8dd8a7285903c43846188 /Software/Visual_Studio/FSE/Tango.FSE.Common
parentf272d741e2c3ec820b1a39e7797ac46986ab62c9 (diff)
downloadTango-987e4992d01a0bc84170498c40dad0621542f46c.tar.gz
Tango-987e4992d01a0bc84170498c40dad0621542f46c.zip
New Extra inks work + changed Transparent Ink to Transparent.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToColorConverter.cs2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToShortNameConverter.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToColorConverter.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToColorConverter.cs
index 5ae27f0ec..bbd22cf39 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToColorConverter.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToColorConverter.cs
@@ -38,7 +38,7 @@ namespace Tango.FSE.Common.Converters
return LightMagenta;
case LiquidTypes.LightYellow:
return LightYellow;
- case LiquidTypes.TransparentInk:
+ case LiquidTypes.Transparent:
return Brushes.Transparent;
}
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToShortNameConverter.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToShortNameConverter.cs
index 8d783ae69..9d3f435ce 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToShortNameConverter.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/Converters/LiquidTypeToShortNameConverter.cs
@@ -20,7 +20,7 @@ namespace Tango.FSE.Common.Converters
{
case LiquidTypes.Cleaner:
return "CL";
- case LiquidTypes.TransparentInk:
+ case LiquidTypes.Transparent:
return "TI";
case LiquidTypes.Black:
return "K";