diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-29 02:04:39 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-29 02:04:39 +0300 |
| commit | da35b8b425a6cf269b836e34b7223742dd37a557 (patch) | |
| tree | e1eb158446bea28e33d7946e364b1be1cd071a59 /Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication | |
| parent | 6e0dac45f0d4078b2898836309e3faba3edb4bc7 (diff) | |
| download | Tango-da35b8b425a6cf269b836e34b7223742dd37a557.tar.gz Tango-da35b8b425a6cf269b836e34b7223742dd37a557.zip | |
Implemented BrushStop out of gamut property.
Implemented Segment HasOutOfGamutBrushStop property.
Implemented JobView Out Of Gamut errors and notifications..
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs index f823e88aa..f1ee1ac87 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs @@ -127,6 +127,7 @@ namespace Tango.PPC.UI.PPCApplication } var settings = SettingsManager.Default.GetOrCreate<PPCSettings>(); + var coreSettings = SettingsManager.Default.GetOrCreate<CoreSettings>(); if (!SettingsManager.Default.IsFileExists()) { |
