[gimp] libgimpwidgets: set the color config on GimpColorSelection's color areas
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpwidgets: set the color config on GimpColorSelection's color areas
- Date: Thu, 26 May 2016 20:24:10 +0000 (UTC)
commit e080df349c1569af9911f1ea356bf2ad0344de9f
Author: Michael Natterer <mitch gimp org>
Date: Thu May 26 22:22:50 2016 +0200
libgimpwidgets: set the color config on GimpColorSelection's color areas
so they are color managed.
libgimpwidgets/gimpcolorselection.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libgimpwidgets/gimpcolorselection.c b/libgimpwidgets/gimpcolorselection.c
index d730c4a..37a1da5 100644
--- a/libgimpwidgets/gimpcolorselection.c
+++ b/libgimpwidgets/gimpcolorselection.c
@@ -537,6 +537,10 @@ gimp_color_selection_set_config (GimpColorSelection *selection,
config);
gimp_color_selector_set_config (GIMP_COLOR_SELECTOR (selection->scales),
config);
+ gimp_color_area_set_color_config (GIMP_COLOR_AREA (selection->old_color),
+ config);
+ gimp_color_area_set_color_config (GIMP_COLOR_AREA (selection->new_color),
+ config);
}
/* private functions */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]