diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-08 17:28:51 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-08 17:28:51 +0300 |
| commit | 987e4992d01a0bc84170498c40dad0621542f46c (patch) | |
| tree | 4b593db7f1e22ea34cc8dd8a7285903c43846188 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels | |
| parent | f272d741e2c3ec820b1a39e7797ac46986ab62c9 (diff) | |
| download | Tango-987e4992d01a0bc84170498c40dad0621542f46c.tar.gz Tango-987e4992d01a0bc84170498c40dad0621542f46c.zip | |
New Extra inks work + changed Transparent Ink to Transparent.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs index 56314414a..2f8f4e24a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs @@ -125,7 +125,7 @@ namespace Tango.PPC.UI.ViewModels return Application.Current.Resources["TangoLubricantBrush"] as Brush; case BL.Enumerations.LiquidTypes.Cleaner: return Application.Current.Resources["TangoCleanerBrush"] as Brush; - case BL.Enumerations.LiquidTypes.TransparentInk: + case BL.Enumerations.LiquidTypes.Transparent: return Application.Current.Resources["TangoTransparentInkBrush"] as Brush; case BL.Enumerations.LiquidTypes.LightCyan: return Application.Current.Resources["TangoLightCyanInkBrush"] as Brush; |
