diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-07-11 13:22:48 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-07-11 13:22:48 +0300 |
| commit | 35030dd8e1d2a5b8bfc2feed6c138f4eaddc8bfc (patch) | |
| tree | 841511fdba02b43cfe715c01da6ecb39dd2c3925 /Software/Visual_Studio/PPC/Tango.PPC.UI | |
| parent | 71147a336a79ea164c73d3174daeed8d73ae7900 (diff) | |
| parent | c839fa3d339f90f15e0548fc056828c533123bfc (diff) | |
| download | Tango-35030dd8e1d2a5b8bfc2feed6c138f4eaddc8bfc.tar.gz Tango-35030dd8e1d2a5b8bfc2feed6c138f4eaddc8bfc.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Printing/DefaultPrintingManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Printing/DefaultPrintingManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Printing/DefaultPrintingManager.cs index 456c69625..a0734ffb8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Printing/DefaultPrintingManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Printing/DefaultPrintingManager.cs @@ -254,7 +254,7 @@ namespace Tango.PPC.UI.Printing { throw new InvalidOperationException("Error starting job. Color is out of range."); } - if (job.Segments.SelectMany(x => x.BrushStops).Any(x => x.ColorSpace.IsCatalog && x.ColorCatalog == null)) + if (job.Segments.SelectMany(x => x.BrushStops).Any(x => x.BrushColorSpace == ColorSpaces.Catalog && x.ColorCatalogsItem == null)) { throw new InvalidOperationException("Error starting job. Please select a catalog color."); } |
