diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-07-11 12:31:52 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-07-11 12:31:52 +0300 |
| commit | 0849ec4aadd206d711c8ed0c833be5ef6bc1d8a7 (patch) | |
| tree | 8711cef341db16a76eb672d6cb6cf3bdb8369794 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels | |
| parent | 94844258268fa1a6ee466c6ec666a051a4ce0529 (diff) | |
| download | Tango-0849ec4aadd206d711c8ed0c833be5ef6bc1d8a7.tar.gz Tango-0849ec4aadd206d711c8ed0c833be5ef6bc1d8a7.zip | |
Working MS on bugs and improvement.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs index 15033e295..935cfe5ee 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs @@ -239,6 +239,7 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels public void DropIdsPack(IdsPack idsPack1, IdsPack idsPack2) { ActiveMachine.Configuration.IdsPacks.Swap(idsPack1, idsPack2); + ColorLabVM.InvalidateLiquidFactorsCalibrationData(); } /// <summary> @@ -333,6 +334,7 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels { idsPack.LiquidType = liquidType; idsPack.LiquidTypeGuid = liquidType.Guid; + ColorLabVM.InvalidateLiquidFactorsCalibrationData(); } /// <summary> @@ -358,6 +360,7 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels { ActiveMachineAdapter.Context.IdsPacks.Remove(SelectedIds); SelectedIds = null; + ColorLabVM.InvalidateLiquidFactorsCalibrationData(); } /// <summary> |
