mirror of https://github.com/GNOME/gimp.git
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:
parent
638ec98a58
commit
0c6441619e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue