mirror of https://github.com/GNOME/gimp.git
libgimpwidgets: oups, fix some stupid miswrite.
Unfortunately not very problematic, unless when setting alpha channel.
This commit is contained in:
parent
36dd16c6c6
commit
90037116e4
|
@ -397,7 +397,7 @@ gimp_color_selector_set_channel (GimpColorSelector *selector,
|
|||
if (channel != selector->channel)
|
||||
{
|
||||
GimpColorSelectorClass *selector_class;
|
||||
GimpColorSelectorModel model = selector->channel;
|
||||
GimpColorSelectorModel model = selector->model;
|
||||
|
||||
selector->channel = channel;
|
||||
selector_class = GIMP_COLOR_SELECTOR_GET_CLASS (selector);
|
||||
|
|
Loading…
Reference in New Issue