diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-07-10 10:17:10 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-07-10 10:17:10 +0300 |
| commit | beafe462fe22cbaf2a2172ffadf06092de57de55 (patch) | |
| tree | 535154b4e331e2b4c6f0d340201e08a1f5796d6d /Software/Visual_Studio/Tango.Touch | |
| parent | a744f78c204bbfa33415b1ef5ae2bed57779056a (diff) | |
| download | Tango-beafe462fe22cbaf2a2172ffadf06092de57de55.tar.gz Tango-beafe462fe22cbaf2a2172ffadf06092de57de55.zip | |
"Unsaving" the colors from "My color".
Related Work Items: #6298, #6829
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs b/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs index 39eab1984..20eb8b4e7 100644 --- a/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs +++ b/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs @@ -257,7 +257,7 @@ namespace Tango.Touch.Controls //_keyColorSlider.MaxValue = 100; CreateKeyBrush(cmyk.C / 100, cmyk.M / 100, cmyk.Y / 100); _keyColorSlider.ColorValue = cmyk.K; - _keyColorSlider.ColorPickerText = "KEY"; + _keyColorSlider.ColorPickerText = "BLACK"; _keyColorSlider.PickerSliderValueChanged += OnKeyChanged; } } |
