Use hue color view by default

This commit is contained in:
Jaex 2017-05-28 01:54:41 +03:00
parent 15e63e8a92
commit 610abfcaf7

View file

@ -53,8 +53,6 @@ public static bool PickColor(Color currentColor, out Color newColor)
{
using (ColorPickerForm dialog = new ColorPickerForm(currentColor))
{
dialog.rbSaturation.Checked = true;
if (dialog.ShowDialog() == DialogResult.OK)
{
newColor = dialog.NewColor;