aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels')
-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,
},