app: default to GIMP_COLOR_SELECTOR_RED in GimpColorEditor

instead of HSV hue, HSV is not supposed to be the default model any
longer. Bigger color selector cleanup to follow...
This commit is contained in:
Michael Natterer 2018-03-04 15:44:02 +01:00
parent 638ec98a58
commit 0c6441619e
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ gimp_color_editor_init (GimpColorEditor *editor)
editor->notebook = gimp_color_selector_new (GIMP_TYPE_COLOR_NOTEBOOK,
&rgb, &hsv,
GIMP_COLOR_SELECTOR_HUE);
GIMP_COLOR_SELECTOR_RED);
gimp_color_selector_set_show_alpha (GIMP_COLOR_SELECTOR (editor->notebook),
FALSE);
gtk_box_pack_start (GTK_BOX (editor), editor->notebook,