diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-13 17:16:43 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-13 17:16:43 +0200 |
| commit | 97ea085d1fac43aedc5258486ef355eb13abc195 (patch) | |
| tree | 56926888c8d35fcafd8d4b4e8db2aed9be52feba /Software/Visual_Studio/PPC/Tango.PPC.UI/Printing | |
| parent | d9a89773f2f283fbf5596799dd4d50d231817203 (diff) | |
| download | Tango-97ea085d1fac43aedc5258486ef355eb13abc195.tar.gz Tango-97ea085d1fac43aedc5258486ef355eb13abc195.zip | |
Fixed issues in segment indices !!!
Fixed issue with PPC fine tuning.
Added support to Twine & Panton in color conversion.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Printing')
| -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 1a509f78b..347701c6e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Printing/DefaultPrintingManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Printing/DefaultPrintingManager.cs @@ -121,7 +121,7 @@ namespace Tango.PPC.UI.Printing { sampleDyeJob.NumberOfUnits = 1; - foreach (var segment in sampleDyeJob.Segments) + foreach (var segment in sampleDyeJob.OrderedSegments) { segment.Length = job.SampleUnitsOrMeters; } |
