aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-10-03 15:40:25 +0300
committerRoy <Roy.mail.net@gmail.com>2022-10-03 15:40:25 +0300
commitda69184480df7e69c353199c4feb765f4cce6d86 (patch)
treefa12be01675a6b921f83cdb7eceed1d643ca96a6 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner
parent34cb4b4ffeebb27c579c58a81320fb974f366aed (diff)
parentacbe283b6f2a2cad3ffab65be9a1892a1290769a (diff)
downloadTango-da69184480df7e69c353199c4feb765f4cce6d86.tar.gz
Tango-da69184480df7e69c353199c4feb765f4cce6d86.zip
GBD Merge !
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/ColorCalibrationViewVM.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/ColorCalibrationViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/ColorCalibrationViewVM.cs
index feee2637a..edfc77274 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/ColorCalibrationViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/ColorCalibrationViewVM.cs
@@ -122,6 +122,7 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels
.WithActiveParametersGroup()
.WithCAT(Machine.Guid)
.WithCCT()
+ .WithGbdAndLub()
.WithLiquidFactors().Build();
LiquidTypesRmls = SelectedRML.LiquidTypesRmls;
@@ -165,7 +166,7 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels
ColorConversionViewVM = new ColorConversionViewVM(_notification)
{
RML = SelectedRML,
- CCT = new CctModel()
+ CCT = new DataFileModel()
{
Data = SelectedRML.Cct?.Data,
},