aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-07-10 10:17:10 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-07-10 10:17:10 +0300
commitbeafe462fe22cbaf2a2172ffadf06092de57de55 (patch)
tree535154b4e331e2b4c6f0d340201e08a1f5796d6d /Software/Visual_Studio/Tango.Touch
parenta744f78c204bbfa33415b1ef5ae2bed57779056a (diff)
downloadTango-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.cs2
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;
}
}