mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
Issue #12146: default to HSV Hue for GimpColorSelect.
Commit abf0c1c272
fixed the inconsistency of showing "R" for RGB's Red
channel selected whereas the actually displayed selection UI was "H" for
HSV's Hue channel.
As a consequence of this fix, now we were indeed displayed "R". Yet
people got used to working with the Hue channel (and LC plane) for
at least a dozen years. Let's make "H" the officially displayed channel.
This commit is contained in:
parent
41d417530e
commit
d28525e141
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ gimp_color_selection_init (GimpColorSelection *selection)
|
|||
GTK_ORIENTATION_VERTICAL);
|
||||
|
||||
priv->color = gegl_color_new ("black");
|
||||
priv->channel = GIMP_COLOR_SELECTOR_RED;
|
||||
priv->channel = GIMP_COLOR_SELECTOR_HUE;
|
||||
|
||||
main_hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
|
||||
gtk_box_pack_start (GTK_BOX (selection), main_hbox, TRUE, TRUE, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue