diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-03-06 21:31:48 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-03-06 21:31:48 +0200 |
| commit | 6c56b49d815afa016a4ce74eed3e4b983c8a161c (patch) | |
| tree | ab9c8c2bc5b485b775ec7e03dcc08f9f577a2286 /Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs | |
| parent | 49fa62be60dea8a6c60258925a3eafb42bd9bb33 (diff) | |
| download | Tango-6c56b49d815afa016a4ce74eed3e4b983c8a161c.tar.gz Tango-6c56b49d815afa016a4ce74eed3e4b983c8a161c.zip | |
Save grouping segments in file and loading from file.
Related Work Items: #6268, #6280
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs index b7106a8a3..465fd426a 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs @@ -626,7 +626,7 @@ namespace Tango.PPC.Jobs.Models ColorSpace = brushStop.ColorSpace.Space; _colorcatalogsitem = brushStop.ColorCatalogsItem; _stopindex = brushStop.StopIndex; - + PreventPropertyUpdate = true; if(version == 1) { |
