diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-10-22 17:34:14 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-10-22 17:34:50 +0300 |
| commit | 7f2ff77f2fe695c13e9c36a9706ed6e63d0ece24 (patch) | |
| tree | c9d7a2082ae98f6bf42bf20fdbaaed3883d052a7 /Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs | |
| parent | 4cebc14d3183ee4dc4ade0f85d9bf72cec44533c (diff) | |
| download | Tango-7f2ff77f2fe695c13e9c36a9706ed6e63d0ece24.tar.gz Tango-7f2ff77f2fe695c13e9c36a9706ed6e63d0ece24.zip | |
Added Number of spools to PMR.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs index 8a01e07cc..2ffa84992 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/ViewModels/JobViewVM.cs @@ -258,6 +258,7 @@ namespace Tango.PPC.Jobs.ViewModels SetOrDiscardAll(); return; } + JobModel.EnableInterSegment = false; } _isBasicMode = value; RaisePropertyChangedAuto(); |
