aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-07-11 13:22:48 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-07-11 13:22:48 +0300
commit35030dd8e1d2a5b8bfc2feed6c138f4eaddc8bfc (patch)
tree841511fdba02b43cfe715c01da6ecb39dd2c3925 /Software/Visual_Studio/PPC/Tango.PPC.UI
parent71147a336a79ea164c73d3174daeed8d73ae7900 (diff)
parentc839fa3d339f90f15e0548fc056828c533123bfc (diff)
downloadTango-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.cs2
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.");
}