aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-09-20 13:22:26 +0300
committerRoy <Roy.mail.net@gmail.com>2022-09-20 13:22:26 +0300
commita2c128c1c00ac74c9c1835a8581aa8f2c4123bde (patch)
tree82a10267e4bc4b84063dd91b4af5e246c9260605 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner
parent2678b315131494f8018e62f11468f76a5febf374 (diff)
downloadTango-a2c128c1c00ac74c9c1835a8581aa8f2c4123bde.tar.gz
Tango-a2c128c1c00ac74c9c1835a8581aa8f2c4123bde.zip
Modified all uses of RML to include GBD and LUB.
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,
},