From beafe462fe22cbaf2a2172ffadf06092de57de55 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Sun, 10 Jul 2022 10:17:10 +0300 Subject: "Unsaving" the colors from "My color". Related Work Items: #6298, #6829 --- .../Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Touch') 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; } } -- cgit v1.3.1