[gimp] app: default to GIMP_COLOR_SELECTOR_RED in GimpColorEditor
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: default to GIMP_COLOR_SELECTOR_RED in GimpColorEditor
- Date: Sun, 4 Mar 2018 14:45:32 +0000 (UTC)
commit 0c6441619e85e75e0fa5e7751400dcb8eaa64d85
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 4 15:44:02 2018 +0100
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...
app/widgets/gimpcoloreditor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpcoloreditor.c b/app/widgets/gimpcoloreditor.c
index 2b83af0..c5a6abd 100644
--- a/app/widgets/gimpcoloreditor.c
+++ b/app/widgets/gimpcoloreditor.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]